diff options
author | kn <> | 2025-04-19 17:20:24 +0000 |
---|---|---|
committer | kn <> | 2025-04-19 17:20:24 +0000 |
commit | 9254deac68c2fdbedf8157876d9033ef4c79f5c2 (patch) | |
tree | 6543124df05439a1a0fe6b64507bfe669a9f70fc /src | |
parent | 2193f32bec03013794c733b3d2d9125f14a1f3f7 (diff) | |
download | openbsd-9254deac68c2fdbedf8157876d9033ef4c79f5c2.tar.gz openbsd-9254deac68c2fdbedf8157876d9033ef4c79f5c2.tar.bz2 openbsd-9254deac68c2fdbedf8157876d9033ef4c79f5c2.zip |
Fix x509's -nameopt default and spell an option correctly
Feedback OK tb
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 8 |
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 |
6149 | multiple times. | 6149 | multiple times. |
6150 | The default behaviour is to use the | 6150 | The default behaviour is to use the |
6151 | .Cm oneline | 6151 | .Cm compat |
6152 | format. | 6152 | format. |
6153 | The options, | 6153 | The options, |
6154 | which can be preceded by a dash to turn them off, | 6154 | which 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 . |
6231 | Equivalent to | 6231 | Equivalent 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 , |
6235 | and | 6235 | and |
6236 | .Cm sname . | 6236 | .Cm sname . |