summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_bio.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_bio.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_bio.36
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.
231If the application then waits for data to become available 233If the application then waits for data to become available
232on the underlying transport before flushing the write buffer, 234on the underlying transport before flushing the write buffer,
233it will never succeed because the request was never sent. 235it will never succeed because the request was never sent.
234.Sh EXAMPLE 236.Sh EXAMPLES
235The BIO pair can be used to have full control 237The BIO pair can be used to have full control
236over the network access of an application. 238over the network access of an application.
237The application can call 239The application can call