summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r--src/usr.bin/nc/nc.16
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index b1fa272040..4dfef93986 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.85 2017/05/10 21:56:53 bluhm Exp $ 1.\" $OpenBSD: nc.1,v 1.86 2017/07/15 17:27:39 jsing Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -25,7 +25,7 @@
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\" 27.\"
28.Dd $Mdocdate: May 10 2017 $ 28.Dd $Mdocdate: July 15 2017 $
29.Dt NC 1 29.Dt NC 1
30.Os 30.Os
31.Sh NAME 31.Sh NAME
@@ -235,6 +235,8 @@ For TLS options
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 ;
239which allows the use of all supported TLS protocols and "compat" ciphers,
238.Ar noverify ; 240.Ar noverify ;
239which disables certificate verification; 241which disables certificate verification;
240.Ar noname , 242.Ar noname ,