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>
This commit is contained in:
@@ -60,7 +60,7 @@ too much of a problem in practice.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<evp(3)|evp(3)>, L<EVP_DigestInit(3)|EVP_DigestInit(3)>,
|
||||
L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>
|
||||
L<evp(3)>, L<EVP_DigestInit(3)>,
|
||||
L<EVP_EncryptInit(3)>
|
||||
|
||||
=cut
|
||||
|
Reference in New Issue
Block a user