From a9c85ceaca37b6b4d7e4c0c13c4b75a95561c2f6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 11 Nov 2016 09:33:55 +0100 Subject: [PATCH] Fix referenses in section 7 manuals Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1900) --- doc/man7/bio.pod | 4 ++-- doc/man7/crypto.pod | 2 +- doc/man7/des_modes.pod | 4 ++-- doc/man7/evp.pod | 4 ++-- doc/man7/ssl.pod | 4 ++-- doc/man7/x509.pod | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/man7/bio.pod b/doc/man7/bio.pod index 7ad8bf45f2..7e397e11fd 100644 --- a/doc/man7/bio.pod +++ b/doc/man7/bio.pod @@ -4,10 +4,10 @@ bio - Basic I/O abstraction -=for comment generic - =head1 SYNOPSIS +=for comment generic + #include =head1 DESCRIPTION diff --git a/doc/man7/crypto.pod b/doc/man7/crypto.pod index 9dd0564645..e08c5c8aec 100644 --- a/doc/man7/crypto.pod +++ b/doc/man7/crypto.pod @@ -46,7 +46,7 @@ See the individual manual pages for details. =head1 SEE ALSO -L, L +L, L =head1 COPYRIGHT diff --git a/doc/man7/des_modes.pod b/doc/man7/des_modes.pod index 50871f63f0..67e3297599 100644 --- a/doc/man7/des_modes.pod +++ b/doc/man7/des_modes.pod @@ -246,8 +246,8 @@ it to: =head1 SEE ALSO -L, L, L, -L +L, L, L, +L =head1 COPYRIGHT diff --git a/doc/man7/evp.pod b/doc/man7/evp.pod index c930e7d1fe..9c9cbe05a6 100644 --- a/doc/man7/evp.pod +++ b/doc/man7/evp.pod @@ -66,7 +66,7 @@ LI<...>|EVP_EncodeInit(3)> functions implement base 64 encoding and decoding. All the symmetric algorithms (ciphers), digests and asymmetric algorithms -(public key algorithms) can be replaced by L modules providing alternative +(public key algorithms) can be replaced by ENGINE modules providing alternative implementations. If ENGINE implementations of ciphers or digests are registered as defaults, then the various EVP functions will automatically use those implementations automatically in preference to built in software @@ -100,7 +100,7 @@ L, L, L, L, -L +L =head1 COPYRIGHT diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod index 7b5b39e938..fb618fe602 100644 --- a/doc/man7/ssl.pod +++ b/doc/man7/ssl.pod @@ -2,7 +2,7 @@ =head1 NAME -SSL - OpenSSL SSL/TLS library +ssl - OpenSSL SSL/TLS library =head1 SYNOPSIS @@ -736,7 +736,7 @@ See the individual manual pages for details. =head1 SEE ALSO -L, L, +L, L, L, L, L, L, diff --git a/doc/man7/x509.pod b/doc/man7/x509.pod index a8969deea1..5246cd9861 100644 --- a/doc/man7/x509.pod +++ b/doc/man7/x509.pod @@ -58,7 +58,7 @@ L, L, L, L, -L, +L, L =head1 COPYRIGHT -- 2.34.1