aboutsummaryrefslogtreecommitdiff
path: root/openssl/doc/ssl/SSL_write.pod
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/doc/ssl/SSL_write.pod')
-rw-r--r--openssl/doc/ssl/SSL_write.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/doc/ssl/SSL_write.pod b/openssl/doc/ssl/SSL_write.pod
index e013c12d5..a57617f3e 100644
--- a/openssl/doc/ssl/SSL_write.pod
+++ b/openssl/doc/ssl/SSL_write.pod
@@ -79,7 +79,7 @@ The following return values can occur:
The write operation was successful, the return value is the number of
bytes actually written to the TLS/SSL connection.
-=item 0
+=item Z<>0
The write operation was not successful. Probably the underlying connection
was closed. Call SSL_get_error() with the return value B<ret> to find out,