POD: Fix list termination
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 21 Oct 2013 09:03:02 +0000 (11:03 +0200)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 22 Oct 2013 06:38:25 +0000 (07:38 +0100)
This fixes problems in POD list formatting: extra or missing =back
sequences.

doc/ssl/SSL_CTX_set1_curves.pod around line 90: =back without =over
doc/ssl/SSL_CTX_set1_verify_cert_store.pod around line 73: =back without =over
doc/ssl/SSL_CTX_add1_chain_cert.pod around line 82: =back without =over
doc/crypto/evp.pod around line 40: '=item' outside of any '=over'
crypto/des/des.pod around line 184: You forgot a '=back' before '=head1'

PR#3147

crypto/des/des.pod
doc/crypto/evp.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 bf479e83d26b7d98d7a3fabf93efb5313a8d4374..b8daf6168af263cdedbc108036165afb67d25a56 100644 (file)
@@ -181,6 +181,8 @@ the uuencoded file to embed in the begin line of the uuencoded
 output.  If there is no name specified after the B<-u>, the name text.des
 will be embedded in the header.
 
+=back
+
 =head1 SEE ALSO
 
 ps(1),
index 8a9ed9660c682e9106256c1bb337fd10d3c8a23b..29fab9fd51739548e618728e3f35ce5d5fa9be7a 100644 (file)
@@ -35,6 +35,7 @@ EVP_PKEYs can be compared using L<EVP_PKEY_cmp(3)|EVP_PKEY_cmp(3)>, or printed u
 L<EVP_PKEY_print_private(3)|EVP_PKEY_print_private(3)>.
 
 The EVP_PKEY functions support the full range of asymmetric algorithm operations:
+
 =over
 
 =item For key agreement see L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
index ef26c9f86b08a3681b13ddab9a0e324d5c4513ee..04f7526dfb5a64bf33c1279c277adf0c48fe4b72 100644 (file)
@@ -79,8 +79,6 @@ using SSL_CTX_add_extra_chain_cert() will be used.
 
 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)>
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)>