diff options
author | Rich Salz <rsalz@akamai.com> | 2015-08-17 21:21:33 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-08-21 21:11:50 +0200 |
commit | 9b86974e0c705ea321ddbc9a9d8562c894809e5b (patch) | |
tree | 69b6437896ca7728ebec6b7d3be7b217149d9862 /doc/crypto/EVP_SealInit.pod | |
parent | Add new types to indent.pro (diff) | |
download | openssl-9b86974e0c705ea321ddbc9a9d8562c894809e5b.tar.xz openssl-9b86974e0c705ea321ddbc9a9d8562c894809e5b.zip |
Fix L<> content in manpages
L<foo|foo> is sub-optimal If the xref is the same as the title,
which is what we do, then you only need L<foo>. This fixes all
1457 occurrences in 349 files. Approximately. (And pod used to
need both.)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/crypto/EVP_SealInit.pod')
-rw-r--r-- | doc/crypto/EVP_SealInit.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/crypto/EVP_SealInit.pod b/doc/crypto/EVP_SealInit.pod index 19112a542d..50271be39b 100644 --- a/doc/crypto/EVP_SealInit.pod +++ b/doc/crypto/EVP_SealInit.pod @@ -43,7 +43,7 @@ and can be B<NULL>. EVP_SealUpdate() and EVP_SealFinal() have exactly the same properties as the EVP_EncryptUpdate() and EVP_EncryptFinal() routines, as -documented on the L<EVP_EncryptInit(3)|EVP_EncryptInit(3)> manual +documented on the L<EVP_EncryptInit(3)> manual page. =head1 RETURN VALUES @@ -74,9 +74,9 @@ with B<type> set to NULL. =head1 SEE ALSO -L<evp(3)|evp(3)>, L<rand(3)|rand(3)>, -L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>, -L<EVP_OpenInit(3)|EVP_OpenInit(3)> +L<evp(3)>, L<rand(3)>, +L<EVP_EncryptInit(3)>, +L<EVP_OpenInit(3)> =head1 HISTORY |