Fix POD errors to stop make install_docs dying with pod2man 2.5.0+
authorNick Alcock <nix@esperi.org.uk>
Fri, 15 Feb 2013 17:44:11 +0000 (17:44 +0000)
committerLutz Jaenicke <ljaenicke@innominate.com>
Fri, 15 Feb 2013 18:40:09 +0000 (19:40 +0100)
commit08f8933fa34d242383a1e12d4701acb1855686bf
tree6b4d1be45d2a2b60e7851aa0abdb6485aa59d5c7
parent41958376b5d3794b53998af14e118d329d5fa1a0
Fix POD errors to stop make install_docs dying with pod2man 2.5.0+

podlators 2.5.0 has switched to dying on POD syntax errors. This means
that a bunch of long-standing erroneous POD in the openssl documentation
now leads to fatal errors from pod2man, halting installation.

Unfortunately POD constraints mean that you have to sort numeric lists
in ascending order if they start with 1: you cannot do 1, 0, 2 even if
you want 1 to appear first. I've reshuffled such (alas, I wish there
were a better way but I don't know of one).
(cherry picked from commit 5cc270774258149235f69e1789b3370f57b0e27b)
doc/crypto/X509_STORE_CTX_get_error.pod
doc/ssl/SSL_CTX_set_client_CA_list.pod
doc/ssl/SSL_CTX_use_psk_identity_hint.pod
doc/ssl/SSL_accept.pod
doc/ssl/SSL_connect.pod
doc/ssl/SSL_do_handshake.pod
doc/ssl/SSL_shutdown.pod