Fix referenses in section 7 manuals
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Nov 2016 08:33:55 +0000 (09:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Nov 2016 12:06:43 +0000 (13:06 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1900)

doc/man7/bio.pod
doc/man7/crypto.pod
doc/man7/des_modes.pod
doc/man7/evp.pod
doc/man7/ssl.pod
doc/man7/x509.pod

index 7ad8bf45f24c6bf6ab9fe4904568d71637750008..7e397e11fd39cf094c9fa685384d12c3484512e1 100644 (file)
@@ -4,10 +4,10 @@
 
 bio - Basic I/O abstraction
 
-=for comment generic
-
 =head1 SYNOPSIS
 
+=for comment generic
+
  #include <openssl/bio.h>
 
 =head1 DESCRIPTION
index 9dd0564645d66d32e8d1f72f2d6baf05ead2606a..e08c5c8aec13e6d1c654698661ffa8222288c9b2 100644 (file)
@@ -46,7 +46,7 @@ See the individual manual pages for details.
 
 =head1 SEE ALSO
 
-L<openssl(1)>, L<ssl(3)>
+L<openssl(1)>, L<ssl(7)>
 
 =head1 COPYRIGHT
 
index 50871f63f071f9938e2ba05b685f77cf6a6691a6..67e3297599fa18690e40cc0b9cf3683e52087edc 100644 (file)
@@ -246,8 +246,8 @@ it to:
 
 =head1 SEE ALSO
 
-L<blowfish(3)>, L<des(3)>, L<idea(3)>,
-L<rc2(3)>
+L<BF_encrypt(3)>, L<DES_crypt(3)>, L<IDEA(3)>,
+L<RC2(3)>
 
 =head1 COPYRIGHT
 
index c930e7d1fec2d8c621ead8105ecbd40482df90f1..9c9cbe05a69aed330b89d1c1fb6adf56ea206248 100644 (file)
@@ -66,7 +66,7 @@ L<B<EVP_Decode>I<...>|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<engine(3)> 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<EVP_PKEY_verify(3)>,
 L<EVP_PKEY_verify_recover(3)>,
 L<EVP_PKEY_derive(3)>,
 L<EVP_BytesToKey(3)>,
-L<engine(3)>
+L<ENGINE_by_id(3)>
 
 =head1 COPYRIGHT
 
index 7b5b39e9382dc9f04c260ae02589ce9bdbaad774..fb618fe602776ccc946306c0311e2e750d3e9923 100644 (file)
@@ -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<openssl(1)>, L<crypto(3)>,
+L<openssl(1)>, L<crypto(7)>,
 L<CRYPTO_get_ex_new_index(3)>,
 L<SSL_accept(3)>, L<SSL_clear(3)>,
 L<SSL_connect(3)>,
index a8969deea1b8758970cfebc0324eababdf0176c0..5246cd9861adc242adb0c6d2cf004ef28386f679 100644 (file)
@@ -58,7 +58,7 @@ L<d2i_X509_CRL(3)>,
 L<d2i_X509_NAME(3)>,
 L<d2i_X509_REQ(3)>,
 L<d2i_X509_SIG(3)>,
-L<crypto(3)>,
+L<crypto(7)>,
 L<x509v3(3)>
 
 =head1 COPYRIGHT