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)
commited77017b594754240013c378b4f7c10440c94d7a
tree65c70906b29d49691ee229127a93a7f3a87fa80a
parentc8919dde09d56f03615a52031964bc9a77b26e90
POD: Fix list termination

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