summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-05-01 00:07:28 +0100
committerMatt Caswell <matt@openssl.org>2014-05-01 00:07:28 +0100
commit1d3f432b53aba98e054b95cb831c5a2e6aef1e0e (patch)
treef590f6f198fa058770934a74d3ca26719a609e3b /doc
parent15a4add72d4843aaddf4ab0f4e789f1bdde440ad (diff)
Fixed various pod errors
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/SSL_CONF_cmd.pod2
-rw-r--r--doc/ssl/SSL_CTX_add1_chain_cert.pod1
-rw-r--r--doc/ssl/SSL_CTX_set1_curves.pod2
-rw-r--r--doc/ssl/SSL_CTX_set1_verify_cert_store.pod2
4 files changed, 2 insertions, 5 deletions
diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod
index 5e4bc43bc4..78c2a0edd9 100644
--- a/doc/ssl/SSL_CONF_cmd.pod
+++ b/doc/ssl/SSL_CONF_cmd.pod
@@ -327,6 +327,8 @@ The value is a file name.
The value is a directory name.
+=back
+
=head1 NOTES
The order of operations is significant. This can be used to set either defaults
diff --git a/doc/ssl/SSL_CTX_add1_chain_cert.pod b/doc/ssl/SSL_CTX_add1_chain_cert.pod
index a4ffde1304..b999f0941f 100644
--- a/doc/ssl/SSL_CTX_add1_chain_cert.pod
+++ b/doc/ssl/SSL_CTX_add1_chain_cert.pod
@@ -138,7 +138,6 @@ a verification error occurs then 2 is returned.
All other functions return 1 for success and 0 for failure.
-=back
=head1 SEE ALSO
diff --git a/doc/ssl/SSL_CTX_set1_curves.pod b/doc/ssl/SSL_CTX_set1_curves.pod
index 711f5639ad..0c9be25156 100644
--- a/doc/ssl/SSL_CTX_set1_curves.pod
+++ b/doc/ssl/SSL_CTX_set1_curves.pod
@@ -87,8 +87,6 @@ SSL_get1_curves() returns the number of curves, which may be zero.
SSL_get1_shared_curve() returns the NID of shared curve B<n> of zero if there
is no shared curve B<n> or the number of shared curves if B<n> is -1.
-=back
-
=head1 SEE ALSO
L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>
diff --git a/doc/ssl/SSL_CTX_set1_verify_cert_store.pod b/doc/ssl/SSL_CTX_set1_verify_cert_store.pod
index a30ae93cf9..493cca4819 100644
--- a/doc/ssl/SSL_CTX_set1_verify_cert_store.pod
+++ b/doc/ssl/SSL_CTX_set1_verify_cert_store.pod
@@ -70,8 +70,6 @@ versions of OpenSSL.
All these functions return 1 for success and 0 for failure.
-=back
-
=head1 SEE ALSO
L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>