summaryrefslogtreecommitdiff
path: root/doc/ssl/SSL_CTX_add_session.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_CTX_add_session.pod')
-rw-r--r--doc/ssl/SSL_CTX_add_session.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_CTX_add_session.pod b/doc/ssl/SSL_CTX_add_session.pod
index 82676b26b239c..8e0abd36cd680 100644
--- a/doc/ssl/SSL_CTX_add_session.pod
+++ b/doc/ssl/SSL_CTX_add_session.pod
@@ -52,13 +52,13 @@ The following values are returned by all functions:
=over 4
-=item 0
+=item Z<>0
The operation failed. In case of the add operation, it was tried to add
the same (identical) session twice. In case of the remove operation, the
session was not found in the cache.
-=item 1
+=item Z<>1
The operation succeeded.