From 041c7c494bbc4e07e8ba833a55d526d4bb1e9b69 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 22 Apr 2023 20:51:26 +0000 Subject: [PATCH] Document the change in default to comma plus space but leave out the compat nonsense --- usr.bin/openssl/openssl.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 224f9c8c82a..a7c3bf5ee68 100644 --- a/usr.bin/openssl/openssl.1 +++ b/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. -- 2.20.1