summaryrefslogtreecommitdiff
path: root/src/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin')
-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;