summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-07-24 15:25:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-07-24 15:25:09 +0000
commit54b287b5c9cf957bb97e3ee19c6462da353a4648 (patch)
tree4d3a94a78138568feea1a9372cd767a636b4d5dd /lib/libcrypto
parentc68fe3a9b6225854662c7957fd4d6beec199b3cc (diff)
an TLS -> a TLS; from thanos tsouanas
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/BIO_s_bio.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BIO_s_bio.3 b/lib/libcrypto/man/BIO_s_bio.3
index af7bdabd335..ea989101401 100644
--- a/lib/libcrypto/man/BIO_s_bio.3
+++ b/lib/libcrypto/man/BIO_s_bio.3
@@ -1,4 +1,4 @@
-.Dd $Mdocdate: February 16 2015 $
+.Dd $Mdocdate: July 24 2015 $
.Dt BIO_S_BIO 3
.Os
.Sh NAME
@@ -221,7 +221,7 @@ consider a case where a request is sent using
.Xr BIO_write 3
and a response read with
.Xr BIO_read 3 ,
-this can occur during an TLS/SSL handshake for example.
+this can occur during a TLS/SSL handshake for example.
.Xr BIO_write 3
will succeed and place data in the write buffer.
.Xr BIO_read 3