summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2017-07-15 18:11:47 +0000
committerjmc <>2017-07-15 18:11:47 +0000
commit0ac623e3ed71182d13b6fb901d73e9e036b9f02f (patch)
tree019998b2ed1cb3e236ea20e52976595f7b70dc5e
parent54536b1078a7a9d2e623cf764b4876d39b1999c2 (diff)
downloadopenbsd-0ac623e3ed71182d13b6fb901d73e9e036b9f02f.tar.gz
openbsd-0ac623e3ed71182d13b6fb901d73e9e036b9f02f.tar.bz2
openbsd-0ac623e3ed71182d13b6fb901d73e9e036b9f02f.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;