summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_fd.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_fd.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_fd.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_fd.3 b/src/lib/libcrypto/man/BIO_s_fd.3
index 591b25d2f2..9365eaf973 100644
--- a/src/lib/libcrypto/man/BIO_s_fd.3
+++ b/src/lib/libcrypto/man/BIO_s_fd.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BIO_s_fd.3,v 1.3 2016/11/06 16:43:53 schwarze Exp $ 1.\" $OpenBSD: BIO_s_fd.3,v 1.4 2016/11/07 15:52:47 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 7 2016 $
4.Dt BIO_S_FD 3 4.Dt BIO_S_FD 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -91,7 +91,7 @@ returns a file descriptor BIO using
91.Fa fd 91.Fa fd
92and 92and
93.Fa close_flag . 93.Fa close_flag .
94.Sh NOTES 94.Pp
95The behaviour of 95The behaviour of
96.Xr BIO_read 3 96.Xr BIO_read 3
97and 97and
@@ -101,7 +101,7 @@ depends on the behavior of the platform's
101and 101and
102.Xr write 2 102.Xr write 2
103calls on the descriptor. 103calls on the descriptor.
104If the underlying file descriptor is in a non blocking mode, 104If the underlying file descriptor is in a non-blocking mode,
105then the BIO will behave in the manner described in the 105then the BIO will behave in the manner described in the
106.Xr BIO_read 3 106.Xr BIO_read 3
107and 107and