diff options
author | schwarze <> | 2023-04-11 16:58:43 +0000 |
---|---|---|
committer | schwarze <> | 2023-04-11 16:58:43 +0000 |
commit | c43fe94c7ff45bf51a6a8867f10613de66776668 (patch) | |
tree | 9e9844b4dbe0220ef1b7dcfafbf2775501b09d3c /src/lib/libcrypto/man/BIO_f_buffer.3 | |
parent | f9622124faa5bc560181521c8a4a2e50668c6b1d (diff) | |
download | openbsd-c43fe94c7ff45bf51a6a8867f10613de66776668.tar.gz openbsd-c43fe94c7ff45bf51a6a8867f10613de66776668.tar.bz2 openbsd-c43fe94c7ff45bf51a6a8867f10613de66776668.zip |
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
for the various BIO types.
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_buffer.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_buffer.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_buffer.3 b/src/lib/libcrypto/man/BIO_f_buffer.3 index b84bb94452..9ac2f4de34 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.13 2022/12/23 17:27:53 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_buffer.3,v 1.14 2023/04/11 16:58:43 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 was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 23 2022 $ | 52 | .Dd $Mdocdate: April 11 2023 $ |
53 | .Dt BIO_F_BUFFER 3 | 53 | .Dt BIO_F_BUFFER 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -174,6 +174,15 @@ original BIO object to the new one. | |||
174 | .Fn BIO_f_buffer | 174 | .Fn BIO_f_buffer |
175 | returns the buffering BIO method. | 175 | returns the buffering BIO method. |
176 | .Pp | 176 | .Pp |
177 | When called on a buffering BIO object, | ||
178 | .Xr BIO_method_type 3 | ||
179 | returns the constant | ||
180 | .Dv BIO_TYPE_BUFFER | ||
181 | and | ||
182 | .Xr BIO_method_name 3 | ||
183 | returns a pointer to the static string | ||
184 | .Qq buffer . | ||
185 | .Pp | ||
177 | .Fn BIO_get_buffer_num_lines | 186 | .Fn BIO_get_buffer_num_lines |
178 | returns the number of lines buffered (may be 0). | 187 | returns the number of lines buffered (may be 0). |
179 | .Pp | 188 | .Pp |