diff options
| author | jmc <> | 2017-07-15 18:11:47 +0000 |
|---|---|---|
| committer | jmc <> | 2017-07-15 18:11:47 +0000 |
| commit | 78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46 (patch) | |
| tree | 019998b2ed1cb3e236ea20e52976595f7b70dc5e /src | |
| parent | f84538aabc27ce8107bc03c15fb52a34444b0413 (diff) | |
| download | openbsd-78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46.tar.gz openbsd-78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46.tar.bz2 openbsd-78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46.zip | |
grammar was ass backwards;
Diffstat (limited to 'src')
| -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; |
