From 1870f999e6a7e02bf465e0576d250fb7fcf6e751 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 8 Jan 2025 00:08:02 +0000 Subject: X509_NAME_print() also fails to indent --- src/lib/libcrypto/man/X509_NAME_print_ex.3 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/lib/libcrypto/man/X509_NAME_print_ex.3 b/src/lib/libcrypto/man/X509_NAME_print_ex.3 index c6d71688f8..f1b3262f2a 100644 --- a/src/lib/libcrypto/man/X509_NAME_print_ex.3 +++ b/src/lib/libcrypto/man/X509_NAME_print_ex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_NAME_print_ex.3,v 1.13 2025/01/07 18:58:32 tb Exp $ +.\" $OpenBSD: X509_NAME_print_ex.3,v 1.14 2025/01/08 00:08:02 tb Exp $ .\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 .\" @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 7 2025 $ +.Dd $Mdocdate: January 8 2025 $ .Dt X509_NAME_PRINT_EX 3 .Os .Sh NAME @@ -131,10 +131,11 @@ is returned. prints out .Fa name to -.Fa bp -indenting each line by +.Fa bp . +The .Fa obase -characters. +argument is intended to indent the output, +it is however ignored. .Pp The functions .Fn X509_NAME_oneline -- cgit v1.2.3-55-g6feb