summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/BIO_s_fd.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-11-06 15:52:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-11-06 15:52:51 +0000
commit21ff70cb8e60c5ea7bdf2675cc55932efcef6f9d (patch)
tree146185149bb8e6a563c84fdc5fef9238d90477b1 /lib/libcrypto/man/BIO_s_fd.3
parentf7133839f6a3e0717bd7f887b70dd970d8a6b320 (diff)
first pass; ok schwarze
Diffstat (limited to 'lib/libcrypto/man/BIO_s_fd.3')
-rw-r--r--lib/libcrypto/man/BIO_s_fd.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BIO_s_fd.3 b/lib/libcrypto/man/BIO_s_fd.3
index 3d6a2a3ca92..004126565e1 100644
--- a/lib/libcrypto/man/BIO_s_fd.3
+++ b/lib/libcrypto/man/BIO_s_fd.3
@@ -1,4 +1,6 @@
-.Dd $Mdocdate: February 16 2015 $
+.\" $OpenBSD: BIO_s_fd.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
+.\"
+.Dd $Mdocdate: November 6 2016 $
.Dt BIO_S_FD 3
.Os
.Sh NAME
@@ -124,7 +126,7 @@ returns the file descriptor or -1 if the BIO has not been initialized.
returns the newly allocated BIO or
.Dv NULL
if an error occurred.
-.Sh EXAMPLE
+.Sh EXAMPLES
This is a file descriptor BIO version of "Hello World":
.Bd -literal -offset indent
BIO *out;