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, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_fd.3 b/src/lib/libcrypto/man/BIO_s_fd.3 index de5d5d7007..852a06756a 100644 --- a/src/lib/libcrypto/man/BIO_s_fd.3 +++ b/src/lib/libcrypto/man/BIO_s_fd.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_s_fd.3,v 1.12 2023/04/29 12:04:54 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_fd.3,v 1.13 2023/11/16 20:19:23 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: April 29 2023 $ | 68 | .Dd $Mdocdate: November 16 2023 $ |
69 | .Dt BIO_S_FD 3 | 69 | .Dt BIO_S_FD 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -147,7 +147,6 @@ to | |||
147 | .Fa fd | 147 | .Fa fd |
148 | and the close flag to | 148 | and the close flag to |
149 | .Fa close_flag . | 149 | .Fa close_flag . |
150 | It is currently implemented as a macro. | ||
151 | .Pp | 150 | .Pp |
152 | .Fn BIO_get_fd | 151 | .Fn BIO_get_fd |
153 | places the file descriptor in | 152 | places the file descriptor in |
@@ -155,7 +154,6 @@ places the file descriptor in | |||
155 | if it is not | 154 | if it is not |
156 | .Dv NULL | 155 | .Dv NULL |
157 | and also returns the file descriptor. | 156 | and also returns the file descriptor. |
158 | It is currently implemented as a macro. | ||
159 | .Pp | 157 | .Pp |
160 | .Fn BIO_new_fd | 158 | .Fn BIO_new_fd |
161 | returns a file descriptor BIO using | 159 | returns a file descriptor BIO using |