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.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_fd.3 b/src/lib/libcrypto/man/BIO_s_fd.3
index 3d6a2a3ca9..004126565e 100644
--- a/src/lib/libcrypto/man/BIO_s_fd.3
+++ b/src/lib/libcrypto/man/BIO_s_fd.3
@@ -1,4 +1,6 @@
1.Dd $Mdocdate: February 16 2015 $ 1.\" $OpenBSD: BIO_s_fd.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
2.Dt BIO_S_FD 3 4.Dt BIO_S_FD 3
3.Os 5.Os
4.Sh NAME 6.Sh NAME
@@ -124,7 +126,7 @@ returns the file descriptor or -1 if the BIO has not been initialized.
124returns the newly allocated BIO or 126returns the newly allocated BIO or
125.Dv NULL 127.Dv NULL
126if an error occurred. 128if an error occurred.
127.Sh EXAMPLE 129.Sh EXAMPLES
128This is a file descriptor BIO version of "Hello World": 130This is a file descriptor BIO version of "Hello World":
129.Bd -literal -offset indent 131.Bd -literal -offset indent
130BIO *out; 132BIO *out;