summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2022-12-23 17:27:54 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2022-12-23 17:27:54 +0000
commit15a3a172881fe71aa813b35876c2f75cfc0746de (patch)
treea415c4a1b5092614b5b6721a2559d86fe70c16b5 /lib/libcrypto/man
parentf1059ca2d1564907543844371d7e87bee8145179 (diff)
Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.
Contrary to what bio.h says, it does not *not* retrieve some "IO type", whatever that is supposed to be, but it is a NOOP, and nothing uses it. Despite its name, it is unrelated to BIO_f_buffer(3), and please be careful to not confuse it with BIO_get_buffer_num_lines(3).
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/BIO_f_buffer.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BIO_f_buffer.3 b/lib/libcrypto/man/BIO_f_buffer.3
index a22addfbcb3..b84bb944525 100644
--- a/lib/libcrypto/man/BIO_f_buffer.3
+++ b/lib/libcrypto/man/BIO_f_buffer.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_f_buffer.3,v 1.12 2022/12/18 19:35:36 schwarze Exp $
+.\" $OpenBSD: BIO_f_buffer.3,v 1.13 2022/12/23 17:27:53 schwarze Exp $
.\" full merge up to OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 18 2022 $
+.Dd $Mdocdate: December 23 2022 $
.Dt BIO_F_BUFFER 3
.Os
.Sh NAME
@@ -59,6 +59,9 @@
.Nm BIO_set_write_buffer_size ,
.Nm BIO_set_buffer_size ,
.Nm BIO_set_buffer_read_data
+.\" .Nm BIO_buffer_get_num_lines is intentionally undocumented.
+.\" Contrary to what bio.h says, it does not *not* get some "IO type",
+.\" whatever that is supposed to be, but is a NOOP, and nothing uses it.
.Nd buffering BIO
.Sh SYNOPSIS
.In openssl/bio.h