diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_bio.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_bio.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index 39fa4504c5..c7d602990e 100644 --- a/src/lib/libcrypto/man/BIO_s_bio.3 +++ b/src/lib/libcrypto/man/BIO_s_bio.3 | |||
@@ -1,4 +1,6 @@ | |||
1 | .Dd $Mdocdate: August 2 2015 $ | 1 | .\" $OpenBSD: BIO_s_bio.3,v 1.4 2016/11/06 15:52:50 jmc Exp $ |
2 | .\" | ||
3 | .Dd $Mdocdate: November 6 2016 $ | ||
2 | .Dt BIO_S_BIO 3 | 4 | .Dt BIO_S_BIO 3 |
3 | .Os | 5 | .Os |
4 | .Sh NAME | 6 | .Sh NAME |
@@ -231,7 +233,7 @@ will be true. | |||
231 | If the application then waits for data to become available | 233 | If the application then waits for data to become available |
232 | on the underlying transport before flushing the write buffer, | 234 | on the underlying transport before flushing the write buffer, |
233 | it will never succeed because the request was never sent. | 235 | it will never succeed because the request was never sent. |
234 | .Sh EXAMPLE | 236 | .Sh EXAMPLES |
235 | The BIO pair can be used to have full control | 237 | The BIO pair can be used to have full control |
236 | over the network access of an application. | 238 | over the network access of an application. |
237 | The application can call | 239 | The application can call |