summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_get_error.3
diff options
context:
space:
mode:
authorjmc <>2015-07-24 15:25:08 +0000
committerjmc <>2015-07-24 15:25:08 +0000
commite2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd (patch)
tree21f9dff831c5815d0147abae196b476adfa17212 /src/lib/libssl/doc/SSL_get_error.3
parent37b3cbaa30296e6efb6e9408ec0a0ab5b21dae39 (diff)
downloadopenbsd-e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd.tar.gz
openbsd-e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd.tar.bz2
openbsd-e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd.zip
an TLS -> a TLS; from thanos tsouanas
Diffstat (limited to 'src/lib/libssl/doc/SSL_get_error.3')
-rw-r--r--src/lib/libssl/doc/SSL_get_error.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/doc/SSL_get_error.3 b/src/lib/libssl/doc/SSL_get_error.3
index 95fdf5ab00..f6e5045b01 100644
--- a/src/lib/libssl/doc/SSL_get_error.3
+++ b/src/lib/libssl/doc/SSL_get_error.3
@@ -1,7 +1,7 @@
1.\" 1.\"
2.\" $OpenBSD: SSL_get_error.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ 2.\" $OpenBSD: SSL_get_error.3,v 1.3 2015/07/24 15:25:08 jmc Exp $
3.\" 3.\"
4.Dd $Mdocdate: December 2 2014 $ 4.Dd $Mdocdate: July 24 2015 $
5.Dt SSL_GET_ERROR 3 5.Dt SSL_GET_ERROR 3
6.Os 6.Os
7.Sh NAME 7.Sh NAME
@@ -70,7 +70,7 @@ has data available for reading (if the result code is
70or allows writing data 70or allows writing data
71.Pq Dv SSL_ERROR_WANT_WRITE , 71.Pq Dv SSL_ERROR_WANT_WRITE ,
72then some TLS/SSL protocol progress will take place, 72then some TLS/SSL protocol progress will take place,
73i.e., at least part of an TLS/SSL record will be read or written. 73i.e., at least part of a TLS/SSL record will be read or written.
74Note that the retry may again lead to a 74Note that the retry may again lead to a
75.Dv SSL_ERROR_WANT_READ 75.Dv SSL_ERROR_WANT_READ
76or 76or