diff options
Diffstat (limited to 'src/usr.bin')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 4dfef93986..bb3a8f7cf5 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: nc.1,v 1.86 2017/07/15 17:27:39 jsing Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.87 2017/07/15 18:11:47 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -232,12 +232,12 @@ option. | |||
232 | Change IPv4 TOS value or TLS options. | 232 | Change IPv4 TOS value or TLS options. |
233 | For TLS options | 233 | For TLS options |
234 | .Ar keyword | 234 | .Ar keyword |
235 | may be one of | 235 | may be one of: |
236 | .Ar tlsall ; | 236 | .Ar tlsall , |
237 | which allows the use of all supported TLS protocols and ciphers, | 237 | which allows the use of all supported TLS protocols and ciphers; |
238 | .Ar tlscompat ; | 238 | .Ar tlscompat , |
239 | which allows the use of all supported TLS protocols and "compat" ciphers, | 239 | which allows the use of all supported TLS protocols and "compat" ciphers; |
240 | .Ar noverify ; | 240 | .Ar noverify , |
241 | which disables certificate verification; | 241 | which disables certificate verification; |
242 | .Ar noname , | 242 | .Ar noname , |
243 | which disables certificate name checking; | 243 | which disables certificate name checking; |