summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-11-25 17:47:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-11-25 17:47:31 +0000
commit401ee37a3e3d414567e7fa7e683fc176cb12411e (patch)
tree4e1af58ff404eb4c365da5da521d4f008e1af60f /doc
parentcb26a20cb105d9ef5cb4706ba18ca2fa5a40a790 (diff)
Allow alternative manual sections to be embedded in .pod file comments.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/config.pod2
-rw-r--r--doc/apps/x509v3_config.pod2
-rw-r--r--doc/crypto/EVP_BytesToKey.pod2
-rw-r--r--doc/crypto/des_modes.pod2
4 files changed, 7 insertions, 1 deletions
diff --git a/doc/apps/config.pod b/doc/apps/config.pod
index 2158cf4253..ace34b62bd 100644
--- a/doc/apps/config.pod
+++ b/doc/apps/config.pod
@@ -1,6 +1,8 @@
=pod
+=for comment openssl_manual_section:5
+
=head1 NAME
config - OpenSSL CONF library configuration files
diff --git a/doc/apps/x509v3_config.pod b/doc/apps/x509v3_config.pod
index 049e854ee8..09954693a3 100644
--- a/doc/apps/x509v3_config.pod
+++ b/doc/apps/x509v3_config.pod
@@ -1,5 +1,7 @@
=pod
+=for comment openssl_manual_section:5
+
=head1 NAME
x509v3_config - X509 V3 certificate extension configuration format
diff --git a/doc/crypto/EVP_BytesToKey.pod b/doc/crypto/EVP_BytesToKey.pod
index 016381f3e9..d375c46e03 100644
--- a/doc/crypto/EVP_BytesToKey.pod
+++ b/doc/crypto/EVP_BytesToKey.pod
@@ -60,7 +60,7 @@ EVP_BytesToKey() returns the size of the derived key in bytes.
=head1 SEE ALSO
L<evp(3)|evp(3)>, L<rand(3)|rand(3)>,
-L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>,
+L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>
=head1 HISTORY
diff --git a/doc/crypto/des_modes.pod b/doc/crypto/des_modes.pod
index da75e8007d..02664036fc 100644
--- a/doc/crypto/des_modes.pod
+++ b/doc/crypto/des_modes.pod
@@ -1,5 +1,7 @@
=pod
+=for comment openssl_manual_section:7
+
=head1 NAME
Modes of DES - the variants of DES and other crypto algorithms of OpenSSL