From 1f2aae760e83dddf57eb9efbec0afa29859d0612 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 22 Apr 2023 20:51:26 +0000 Subject: Document the change in default to comma plus space but leave out the compat nonsense --- src/usr.bin/openssl/openssl.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 224f9c8c82..a7c3bf5ee6 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.141 2023/04/09 18:33:26 tb Exp $ +.\" $OpenBSD: openssl.1,v 1.142 2023/04/22 20:51:26 tb Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: April 9 2023 $ +.Dd $Mdocdate: April 22 2023 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -6527,6 +6527,9 @@ uses a linefeed character for the RDN separator and a spaced .Sq + for the AVA separator, as well as indenting the fields by four characters. +If no field separator is specified then +.Cm sep_comma_plus_space +is used by default. .It Cm show_type Show the type of the ASN.1 character string. The type precedes the field contents. -- cgit v1.2.3-55-g6feb