summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_file.3
diff options
context:
space:
mode:
authorjmc <>2016-11-07 15:52:47 +0000
committerjmc <>2016-11-07 15:52:47 +0000
commit94a8013c0e6b484829cc3c8b697578760ad01405 (patch)
tree8e0eba7cbf154c12c52f4456e7f1e277c6e71d31 /src/lib/libcrypto/man/BIO_s_file.3
parente638403f591087e1ef609e3bc88e3028a97af60e (diff)
downloadopenbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.gz
openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.bz2
openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_file.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_file.310
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
153to use file 153to use file
154.Fa name 154.Fa name
155for reading, writing, append or read write respectively. 155for reading, writing, append or read write respectively.
156.Sh NOTES 156.Pp
157When wrapping stdout, stdin, or stderr, the underlying stream 157When wrapping stdout, stdin, or stderr, the underlying stream
158should not normally be closed, so the 158should 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
248is 0 for success or -1 if an error occurred. 248is 0 for success or -1 if an error occurred.
249This differs from other types of BIO which will typically return 249This differs from other types of BIO which will typically return
2501 for success and a non positive value if an error occurred. 2501 for success and a non-positive value if an error occurred.