summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-04-22 20:51:26 +0000
committertb <>2023-04-22 20:51:26 +0000
commit1f2aae760e83dddf57eb9efbec0afa29859d0612 (patch)
tree06ce64db34651be12b5c3eeaafa213e2e2b0218d
parent084d2d58ab1ea099b3bda370c465bddb69c5040a (diff)
downloadopenbsd-1f2aae760e83dddf57eb9efbec0afa29859d0612.tar.gz
openbsd-1f2aae760e83dddf57eb9efbec0afa29859d0612.tar.bz2
openbsd-1f2aae760e83dddf57eb9efbec0afa29859d0612.zip
Document the change in default to comma plus space but leave out the
compat nonsense
Diffstat (limited to '')
-rw-r--r--src/usr.bin/openssl/openssl.17
1 files changed, 5 insertions, 2 deletions
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 @@
1.\" $OpenBSD: openssl.1,v 1.141 2023/04/09 18:33:26 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.142 2023/04/22 20:51:26 tb Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: April 9 2023 $ 113.Dd $Mdocdate: April 22 2023 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -6527,6 +6527,9 @@ uses a linefeed character for the RDN separator and a spaced
6527.Sq + 6527.Sq +
6528for the AVA separator, 6528for the AVA separator,
6529as well as indenting the fields by four characters. 6529as well as indenting the fields by four characters.
6530If no field separator is specified then
6531.Cm sep_comma_plus_space
6532is used by default.
6530.It Cm show_type 6533.It Cm show_type
6531Show the type of the ASN.1 character string. 6534Show the type of the ASN.1 character string.
6532The type precedes the field contents. 6535The type precedes the field contents.