Fixed various pod errors
authorMatt Caswell <matt@openssl.org>
Wed, 30 Apr 2014 23:07:28 +0000 (00:07 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 30 Apr 2014 23:07:28 +0000 (00:07 +0100)
doc/ssl/SSL_CONF_cmd.pod
doc/ssl/SSL_CTX_add1_chain_cert.pod
doc/ssl/SSL_CTX_set1_curves.pod
doc/ssl/SSL_CTX_set1_verify_cert_store.pod

index 5e4bc43bc49e15506f707f65314c4aaedc6a8882..78c2a0edd99e63b34d9cf6372423eddd2f9c329d 100644 (file)
@@ -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
index a4ffde1304031a163c21e999a2faf18139440790..b999f0941f9cd11742d36ed2066bb38c53b60001 100644 (file)
@@ -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
 
index 711f5639adceee2e1dfa9b9803d8cbd38f16fd9d..0c9be251560ecb8c9cda0a9d44508ace635ed7a7 100644 (file)
@@ -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)>
index a30ae93cf94388a2fc65089a22a369382def0bd2..493cca4819400862e7e4bca7ac8d22c191d89837 100644 (file)
@@ -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)>