summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkn <>2025-04-19 17:20:24 +0000
committerkn <>2025-04-19 17:20:24 +0000
commit452b26e3f09da4c26b99c9a707fdef4a6fbeb37d (patch)
tree6543124df05439a1a0fe6b64507bfe669a9f70fc
parentab0639da4518a9eaf8b97c60e2f62391965a99bf (diff)
downloadopenbsd-452b26e3f09da4c26b99c9a707fdef4a6fbeb37d.tar.gz
openbsd-452b26e3f09da4c26b99c9a707fdef4a6fbeb37d.tar.bz2
openbsd-452b26e3f09da4c26b99c9a707fdef4a6fbeb37d.zip
Fix x509's -nameopt default and spell an option correctly
Feedback OK tb
-rw-r--r--src/usr.bin/openssl/openssl.18
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index a095c01f0a..d27b504ce3 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.163 2025/04/14 08:40:10 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.164 2025/04/19 17:20:24 kn 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 14 2025 $ 113.Dd $Mdocdate: April 19 2025 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -6148,7 +6148,7 @@ either using a list of comma-separated options or by specifying
6148.Fl nameopt 6148.Fl nameopt
6149multiple times. 6149multiple times.
6150The default behaviour is to use the 6150The default behaviour is to use the
6151.Cm oneline 6151.Cm compat
6152format. 6152format.
6153The options, 6153The options,
6154which can be preceded by a dash to turn them off, 6154which can be preceded by a dash to turn them off,
@@ -6230,7 +6230,7 @@ A one line format which is more readable than
6230.Cm RFC2253 . 6230.Cm RFC2253 .
6231Equivalent to 6231Equivalent to
6232.Cm esc_2253 , esc_ctrl , esc_msb , utf8 , 6232.Cm esc_2253 , esc_ctrl , esc_msb , utf8 ,
6233.Cm dump_nostr , dump_der , use_quote , sep_comma_plus_spc , 6233.Cm dump_nostr , dump_der , use_quote , sep_comma_plus_space ,
6234.Cm space_eq , 6234.Cm space_eq ,
6235and 6235and
6236.Cm sname . 6236.Cm sname .