diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_fd.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_fd.3 | 8 |
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 |
92 | and | 92 | and |
93 | .Fa close_flag . | 93 | .Fa close_flag . |
94 | .Sh NOTES | 94 | .Pp |
95 | The behaviour of | 95 | The behaviour of |
96 | .Xr BIO_read 3 | 96 | .Xr BIO_read 3 |
97 | and | 97 | and |
@@ -101,7 +101,7 @@ depends on the behavior of the platform's | |||
101 | and | 101 | and |
102 | .Xr write 2 | 102 | .Xr write 2 |
103 | calls on the descriptor. | 103 | calls on the descriptor. |
104 | If the underlying file descriptor is in a non blocking mode, | 104 | If the underlying file descriptor is in a non-blocking mode, |
105 | then the BIO will behave in the manner described in the | 105 | then the BIO will behave in the manner described in the |
106 | .Xr BIO_read 3 | 106 | .Xr BIO_read 3 |
107 | and | 107 | and |