diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_bio.3 | 4 |
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 |
222 | and a response read with | 222 | and a response read with |
223 | .Xr BIO_read 3 , | 223 | .Xr BIO_read 3 , |
224 | this can occur during an TLS/SSL handshake for example. | 224 | this can occur during a TLS/SSL handshake for example. |
225 | .Xr BIO_write 3 | 225 | .Xr BIO_write 3 |
226 | will succeed and place data in the write buffer. | 226 | will succeed and place data in the write buffer. |
227 | .Xr BIO_read 3 | 227 | .Xr BIO_read 3 |