summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_do_handshake.pod
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2013-10-21 11:03:01 +0200
committerDr. Stephen Henson <steve@openssl.org>2013-10-22 07:38:25 +0100
commitc8919dde09d56f03615a52031964bc9a77b26e90 (patch)
treec35f9c9f4a5a9f3b5b84c28a3cba163e341451f4 /doc/ssl/SSL_do_handshake.pod
parent5fdeb58ccdfdaa675ae9db18c03bba70860916f4 (diff)
downloadopenssl-c8919dde09d56f03615a52031964bc9a77b26e90.tar.gz
POD: Fix item numbering
Newer pod2man considers =item [1-9] part of a numbered list, while =item 0 starts an unnumbered list. Add a zero effect formatting mark to override this. doc/apps/smime.pod around line 315: Expected text after =item, not a number ... PR#3146
Diffstat (limited to 'doc/ssl/SSL_do_handshake.pod')
-rw-r--r--doc/ssl/SSL_do_handshake.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_do_handshake.pod b/doc/ssl/SSL_do_handshake.pod
index 7f8cf249ec..b35ddf5f14 100644
--- a/doc/ssl/SSL_do_handshake.pod
+++ b/doc/ssl/SSL_do_handshake.pod
@@ -45,13 +45,13 @@ The following return values can occur:
=over 4
-=item 0
+=item Z<>0
The TLS/SSL handshake was not successful but was shut down controlled and
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
return value B<ret> to find out the reason.
-=item 1
+=item Z<>1
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
established.