diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_fd.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_fd.3 | 6 |
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. | |||
124 | returns the newly allocated BIO or | 126 | returns the newly allocated BIO or |
125 | .Dv NULL | 127 | .Dv NULL |
126 | if an error occurred. | 128 | if an error occurred. |
127 | .Sh EXAMPLE | 129 | .Sh EXAMPLES |
128 | This is a file descriptor BIO version of "Hello World": | 130 | This is a file descriptor BIO version of "Hello World": |
129 | .Bd -literal -offset indent | 131 | .Bd -literal -offset indent |
130 | BIO *out; | 132 | BIO *out; |