diff options
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 7 |
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 + |
6528 | for the AVA separator, | 6528 | for the AVA separator, |
6529 | as well as indenting the fields by four characters. | 6529 | as well as indenting the fields by four characters. |
6530 | If no field separator is specified then | ||
6531 | .Cm sep_comma_plus_space | ||
6532 | is used by default. | ||
6530 | .It Cm show_type | 6533 | .It Cm show_type |
6531 | Show the type of the ASN.1 character string. | 6534 | Show the type of the ASN.1 character string. |
6532 | The type precedes the field contents. | 6535 | The type precedes the field contents. |