diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_file.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_file.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_file.3 b/src/lib/libcrypto/man/BIO_s_file.3 index 9676e4f0a5..47d5806d7e 100644 --- a/src/lib/libcrypto/man/BIO_s_file.3 +++ b/src/lib/libcrypto/man/BIO_s_file.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: BIO_s_file.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: BIO_s_file.3,v 1.3 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_FILE 3 | 4 | .Dt BIO_S_FILE 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -13,7 +13,7 @@ | |||
13 | .Nm BIO_write_filename , | 13 | .Nm BIO_write_filename , |
14 | .Nm BIO_append_filename , | 14 | .Nm BIO_append_filename , |
15 | .Nm BIO_rw_filename | 15 | .Nm BIO_rw_filename |
16 | .Nd FILE bio | 16 | .Nd FILE BIO |
17 | .Sh SYNOPSIS | 17 | .Sh SYNOPSIS |
18 | .In openssl/bio.h | 18 | .In openssl/bio.h |
19 | .Ft BIO_METHOD * | 19 | .Ft BIO_METHOD * |
@@ -153,7 +153,7 @@ set the file BIO | |||
153 | to use file | 153 | to use file |
154 | .Fa name | 154 | .Fa name |
155 | for reading, writing, append or read write respectively. | 155 | for reading, writing, append or read write respectively. |
156 | .Sh NOTES | 156 | .Pp |
157 | When wrapping stdout, stdin, or stderr, the underlying stream | 157 | When wrapping stdout, stdin, or stderr, the underlying stream |
158 | should not normally be closed, so the | 158 | should not normally be closed, so the |
159 | .Dv BIO_NOCLOSE | 159 | .Dv BIO_NOCLOSE |
@@ -247,4 +247,4 @@ The return value for | |||
247 | .Xr fseek 3 | 247 | .Xr fseek 3 |
248 | is 0 for success or -1 if an error occurred. | 248 | is 0 for success or -1 if an error occurred. |
249 | This differs from other types of BIO which will typically return | 249 | This differs from other types of BIO which will typically return |
250 | 1 for success and a non positive value if an error occurred. | 250 | 1 for success and a non-positive value if an error occurred. |