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>
diff --git a/doc/crypto/ERR_error_string.pod b/doc/crypto/ERR_error_string.pod index cdfa7fe..b3f9a43 100644 --- a/doc/crypto/ERR_error_string.pod +++ b/doc/crypto/ERR_error_string.pod
@@ -40,13 +40,13 @@ name and reason string respectively. The OpenSSL error strings should be loaded by calling -L<ERR_load_crypto_strings(3)|ERR_load_crypto_strings(3)> or, for SSL -applications, L<SSL_load_error_strings(3)|SSL_load_error_strings(3)> +L<ERR_load_crypto_strings(3)> or, for SSL +applications, L<SSL_load_error_strings(3)> first. If there is no text string registered for the given error code, the error string will contain the numeric code. -L<ERR_print_errors(3)|ERR_print_errors(3)> can be used to print +L<ERR_print_errors(3)> can be used to print all error codes currently in the queue. =head1 RETURN VALUES @@ -60,10 +60,10 @@ =head1 SEE ALSO -L<err(3)|err(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, -L<ERR_load_crypto_strings(3)|ERR_load_crypto_strings(3)>, -L<SSL_load_error_strings(3)|SSL_load_error_strings(3)> -L<ERR_print_errors(3)|ERR_print_errors(3)> +L<err(3)>, L<ERR_get_error(3)>, +L<ERR_load_crypto_strings(3)>, +L<SSL_load_error_strings(3)> +L<ERR_print_errors(3)> =head1 HISTORY