summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2017-07-15 18:11:47 +0000
committerjmc <>2017-07-15 18:11:47 +0000
commit78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46 (patch)
tree019998b2ed1cb3e236ea20e52976595f7b70dc5e
parentf84538aabc27ce8107bc03c15fb52a34444b0413 (diff)
downloadopenbsd-78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46.tar.gz
openbsd-78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46.tar.bz2
openbsd-78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46.zip
grammar was ass backwards;
-rw-r--r--src/usr.bin/nc/nc.114
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.
232Change IPv4 TOS value or TLS options. 232Change IPv4 TOS value or TLS options.
233For TLS options 233For TLS options
234.Ar keyword 234.Ar keyword
235may be one of 235may be one of:
236.Ar tlsall ; 236.Ar tlsall ,
237which allows the use of all supported TLS protocols and ciphers, 237which allows the use of all supported TLS protocols and ciphers;
238.Ar tlscompat ; 238.Ar tlscompat ,
239which allows the use of all supported TLS protocols and "compat" ciphers, 239which allows the use of all supported TLS protocols and "compat" ciphers;
240.Ar noverify ; 240.Ar noverify ,
241which disables certificate verification; 241which disables certificate verification;
242.Ar noname , 242.Ar noname ,
243which disables certificate name checking; 243which disables certificate name checking;