summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
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