summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_set_session_id_context.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_CTX_set_session_id_context.pod
parent5fdeb58ccdfdaa675ae9db18c03bba70860916f4 (diff)
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_CTX_set_session_id_context.pod')
-rw-r--r--doc/ssl/SSL_CTX_set_session_id_context.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_CTX_set_session_id_context.pod b/doc/ssl/SSL_CTX_set_session_id_context.pod
index 58fc685506..7c9e515336 100644
--- a/doc/ssl/SSL_CTX_set_session_id_context.pod
+++ b/doc/ssl/SSL_CTX_set_session_id_context.pod
@@ -64,13 +64,13 @@ return the following values:
=over 4
-=item 0
+=item Z<>0
The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded
the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
is logged to the error stack.
-=item 1
+=item Z<>1
The operation succeeded.