summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorjmc <>2015-07-24 15:25:08 +0000
committerjmc <>2015-07-24 15:25:08 +0000
commit3a123d7b7fd9497703efd6aa45f42efaacfc4e15 (patch)
tree21f9dff831c5815d0147abae196b476adfa17212 /src/lib/libc
parent1e673b126ab87b6473d7eb7936ba96a175d35e6e (diff)
downloadopenbsd-3a123d7b7fd9497703efd6aa45f42efaacfc4e15.tar.gz
openbsd-3a123d7b7fd9497703efd6aa45f42efaacfc4e15.tar.bz2
openbsd-3a123d7b7fd9497703efd6aa45f42efaacfc4e15.zip
an TLS -> a TLS; from thanos tsouanas
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/BIO_s_bio.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3
index af7bdabd33..ea98910140 100644
--- a/src/lib/libcrypto/man/BIO_s_bio.3
+++ b/src/lib/libcrypto/man/BIO_s_bio.3
@@ -1,4 +1,4 @@
1.Dd $Mdocdate: February 16 2015 $ 1.Dd $Mdocdate: July 24 2015 $
2.Dt BIO_S_BIO 3 2.Dt BIO_S_BIO 3
3.Os 3.Os
4.Sh NAME 4.Sh NAME
@@ -221,7 +221,7 @@ consider a case where a request is sent using
221.Xr BIO_write 3 221.Xr BIO_write 3
222and a response read with 222and a response read with
223.Xr BIO_read 3 , 223.Xr BIO_read 3 ,
224this can occur during an TLS/SSL handshake for example. 224this can occur during a TLS/SSL handshake for example.
225.Xr BIO_write 3 225.Xr BIO_write 3
226will succeed and place data in the write buffer. 226will succeed and place data in the write buffer.
227.Xr BIO_read 3 227.Xr BIO_read 3