aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/OSSL_PARAM_print_to_bio.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/OSSL_PARAM_print_to_bio.3')
-rw-r--r--secure/lib/libcrypto/man/man3/OSSL_PARAM_print_to_bio.39
1 files changed, 6 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/man3/OSSL_PARAM_print_to_bio.3 b/secure/lib/libcrypto/man/man3/OSSL_PARAM_print_to_bio.3
index 923be153ba0e..7336e5e86832 100644
--- a/secure/lib/libcrypto/man/man3/OSSL_PARAM_print_to_bio.3
+++ b/secure/lib/libcrypto/man/man3/OSSL_PARAM_print_to_bio.3
@@ -1,5 +1,5 @@
.\" -*- mode: troff; coding: utf-8 -*-
-.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
+.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -52,10 +52,13 @@
. \}
.\}
.rr rF
+.\"
+.\" Required to disable full justification in groff 1.23.0.
+.if n .ds AD l
.\" ========================================================================
.\"
.IX Title "OSSL_PARAM_PRINT_TO_BIO 3ossl"
-.TH OSSL_PARAM_PRINT_TO_BIO 3ossl 2025-09-30 3.5.4 OpenSSL
+.TH OSSL_PARAM_PRINT_TO_BIO 3ossl 2026-04-07 3.5.6 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -76,7 +79,7 @@ OSSL_PARAM_print_to_bio
\&\fBOSSL_PARAM_print_to_bio()\fR formats each parameter contained in the
passed in array of \fBOSSL_PARAM\fR values \fIp\fR, and prints both the key,
and optionally its value, to a provided \fBBIO\fR.
-\&\fIp\fR must be a non-null array of OSSL_PARAM values, terminated
+\&\fIp\fR must be a non\-null array of OSSL_PARAM values, terminated
with a value containing a null \fIkey\fR member.
\&\fIprint_values\fR is a control parameter, indicating that key values should be
printed, in addition to key names.