diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_buffer.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_buffer.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_buffer.3 b/src/lib/libcrypto/man/BIO_f_buffer.3 index 412ec52d74..45c1b33dd0 100644 --- a/src/lib/libcrypto/man/BIO_f_buffer.3 +++ b/src/lib/libcrypto/man/BIO_f_buffer.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_buffer.3,v 1.15 2023/04/26 15:03:02 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_buffer.3,v 1.16 2023/04/28 16:49:00 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. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: April 26 2023 $ | 69 | .Dd $Mdocdate: April 28 2023 $ |
70 | .Dt BIO_F_BUFFER 3 | 70 | .Dt BIO_F_BUFFER 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -76,9 +76,10 @@ | |||
76 | .Nm BIO_set_write_buffer_size , | 76 | .Nm BIO_set_write_buffer_size , |
77 | .Nm BIO_set_buffer_size , | 77 | .Nm BIO_set_buffer_size , |
78 | .Nm BIO_set_buffer_read_data | 78 | .Nm BIO_set_buffer_read_data |
79 | .\" .Nm BIO_buffer_get_num_lines is intentionally undocumented. | 79 | .\" .Nm BIO_buffer_get_num_lines and |
80 | .\" Contrary to what bio.h says, it does not *not* get some "IO type", | 80 | .\" .Nm BIO_CTRL_GET are intentionally undocumented. |
81 | .\" whatever that is supposed to be, but is a NOOP, and nothing uses it. | 81 | .\" Contrary to what bio.h says, they do not *not* get some "IO type", |
82 | .\" whatever that is supposed to be, but are NOOPs, and nothing uses them. | ||
82 | .Nd buffering BIO | 83 | .Nd buffering BIO |
83 | .Sh SYNOPSIS | 84 | .Sh SYNOPSIS |
84 | .In openssl/bio.h | 85 | .In openssl/bio.h |