summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_f_buffer.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BIO_f_buffer.pod')
-rw-r--r--doc/man3/BIO_f_buffer.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_f_buffer.pod b/doc/man3/BIO_f_buffer.pod
index 3224710942..9c178ce667 100644
--- a/doc/man3/BIO_f_buffer.pod
+++ b/doc/man3/BIO_f_buffer.pod
@@ -49,7 +49,7 @@ is expanded.
These functions, other than BIO_f_buffer(), are implemented as macros.
-Buffering BIOs implement BIO_gets() by using BIO_read() operations on the
+Buffering BIOs implement BIO_gets() by using BIO_read_ex() operations on the
next BIO in the chain. By prepending a buffering BIO to a chain it is therefore
possible to provide BIO_gets() functionality if the following BIOs do not
support it (for example SSL BIOs).