From 21ff70cb8e60c5ea7bdf2675cc55932efcef6f9d Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sun, 6 Nov 2016 15:52:51 +0000 Subject: first pass; ok schwarze --- lib/libcrypto/man/BIO_s_fd.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libcrypto/man/BIO_s_fd.3') 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; -- cgit v1.2.3