aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-25 15:27:55 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 12:09:46 +0000
commit3cdc2f8fb528a4d47436dd863f6b8d5c30619847 (patch)
tree3d699c576bbd8591d2ea5e4ac48c2568aea526bf
parent6782e5fdd885cbd09ecbc063f3c1116c2962ecae (diff)
downloadopenssl-3cdc2f8fb528a4d47436dd863f6b8d5c30619847.zip
openssl-3cdc2f8fb528a4d47436dd863f6b8d5c30619847.tar.gz
openssl-3cdc2f8fb528a4d47436dd863f6b8d5c30619847.tar.bz2
Clarify the return values for the peek functions
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r--doc/man3/SSL_read.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/SSL_read.pod b/doc/man3/SSL_read.pod
index e97d5ba..8ef2db5 100644
--- a/doc/man3/SSL_read.pod
+++ b/doc/man3/SSL_read.pod
@@ -87,10 +87,10 @@ with the same arguments.
=head1 RETURN VALUES
-SSL_read_ex() will return 1 for success or 0 for failure. In the event of a
-failure call SSL_get_error() to find out the reason.
+SSL_read_ex() and SSL_peek_ex() will return 1 for success or 0 for failure. In
+the event of a failure call SSL_get_error() to find out the reason.
-For SSL_read() the following return values can occur:
+For SSL_read() and SSL_peek() the following return values can occur:
=over 4