diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-07-03 08:37:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-07-03 08:37:23 +0000 |
commit | 8671673e90fe5ea068e84f9efa380b8d87d63019 (patch) | |
tree | 2a196e76999d70b07d037095849fa4e925993a6f /usr.bin | |
parent | c20e0db5052856ac0a04a56aa0337e1a95b3ece9 (diff) |
some minor fix up;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 9868955691b..4023061d165 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.149 2023/07/03 06:22:07 beck Exp $ +.\" $OpenBSD: openssl.1,v 1.150 2023/07/03 08:37:22 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -934,7 +934,7 @@ The options are as follows: Print a brief usage message. .It Fl s Only list ciphers that are supported by the TLS method. -.It Fl tls1_2 | tls1_3 +.It Fl tls1_2 | tls1_3 In combination with the .Fl s option, list the ciphers which could be used @@ -4447,7 +4447,7 @@ Can be used to override the implicit after .Fl quiet . .It Fl no_tls1_2 | no_tls1_3 -Disable the use of TLS1.2 and 1.3 respectively. +Disable the use of TLS1.2 and 1.3, respectively. .It Fl no_ticket Disable RFC 4507 session ticket support. .It Fl pass Ar arg @@ -4799,7 +4799,7 @@ Disable ephemeral ECDH cipher suites. .It Fl no_ticket Disable RFC 4507 session ticket support. .It Fl no_tls1_2 | no_tls1_3 -Disable the use of TLS1.2, and 1.3, respectively. +Disable the use of TLS1.2 and 1.3, respectively. .It Fl no_tmp_rsa Disable temporary RSA key generation. .It Fl nocert @@ -5353,7 +5353,7 @@ The exit codes for .Nm smime are as follows: .Pp -.Bl -tag -width "XXXX" -offset 3n -compact +.Bl -tag -width "XXXX" -offset 3n -compact .It 0 The operation was completely successful. .It 1 |