aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_get_error.pod
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-26 08:59:26 +0000
committerBodo Möller <bodo@openssl.org>2000-01-26 08:59:26 +0000
commitada3cc4a8fb407c3ea6c399de03fd7e1084ae6c3 (patch)
treea9e7418b4f898594231f894bc137e37a6d4b0198 /doc/ssl/SSL_get_error.pod
parenta598cd1ab4251d1cb5f5b88a91463d4552dd294e (diff)
downloadopenssl-ada3cc4a8fb407c3ea6c399de03fd7e1084ae6c3.tar.gz
Clarification.
Diffstat (limited to 'doc/ssl/SSL_get_error.pod')
-rw-r--r--doc/ssl/SSL_get_error.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod
index d7e2a81a88..26f7b3d3d0 100644
--- a/doc/ssl/SSL_get_error.pod
+++ b/doc/ssl/SSL_get_error.pod
@@ -71,7 +71,7 @@ information on the error. If the error queue is empty
(i.e. ERR_get_error() returns 0), B<ret> can be used to find out more
about the error: If B<ret == 0>, an EOF was observed that violates
the protocol. If B<ret == -1>, the underlying B<BIO> reported an
-I/O error. (For socket I/O on Unix systems, consult B<errno>.)
+I/O error (for socket I/O on Unix systems, consult B<errno> for details).
=item SSL_ERROR_SSL