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:
@@ -103,11 +103,11 @@ applications is not recommended.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<crypto(3)|crypto(3)>,
|
||||
L<OCSP_cert_to_id(3)|OCSP_cert_to_id(3)>,
|
||||
L<OCSP_request_add1_nonce(3)|OCSP_request_add1_nonce(3)>,
|
||||
L<OCSP_REQUEST_new(3)|OCSP_REQUEST_new(3)>,
|
||||
L<OCSP_response_find_status(3)|OCSP_response_find_status(3)>,
|
||||
L<OCSP_response_status(3)|OCSP_response_status(3)>
|
||||
L<crypto(3)>,
|
||||
L<OCSP_cert_to_id(3)>,
|
||||
L<OCSP_request_add1_nonce(3)>,
|
||||
L<OCSP_REQUEST_new(3)>,
|
||||
L<OCSP_response_find_status(3)>,
|
||||
L<OCSP_response_status(3)>
|
||||
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user