summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_read.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_read.pod')
-rw-r--r--doc/man3/SSL_read.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/SSL_read.pod b/doc/man3/SSL_read.pod
index c87024ad90..7c175bfb7c 100644
--- a/doc/man3/SSL_read.pod
+++ b/doc/man3/SSL_read.pod
@@ -92,8 +92,8 @@ Success means that 1 or more application data bytes have been read from the SSL
connection. Failure means that no bytes could be read from the SSL connection.
Failures can be retryable (e.g. we are waiting for more bytes to
be delivered by the network) or non-retryable (e.g. a fatal network error). In
-the event of a failure call L<SSL_get_error(3)> to find out the reason and if
-the call is retryable or not.
+the event of a failure call L<SSL_get_error(3)> to find out the reason which
+indicates whether the call is retryable or not.
For SSL_read() and SSL_peek() the following return values can occur: