summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1
diff options
context:
space:
mode:
authorjmc <>2017-04-05 06:55:59 +0000
committerjmc <>2017-04-05 06:55:59 +0000
commit0403ae7d00b85a4ed9aac3dee7804185706a1c17 (patch)
treee7b3fa74db57640dacd12d844d462ed7d6176fd9 /src/usr.bin/nc/nc.1
parent83f309bbf0134f1cf9d001a778a3ddd8c0556bc2 (diff)
downloadopenbsd-0403ae7d00b85a4ed9aac3dee7804185706a1c17.tar.gz
openbsd-0403ae7d00b85a4ed9aac3dee7804185706a1c17.tar.bz2
openbsd-0403ae7d00b85a4ed9aac3dee7804185706a1c17.zip
- -Z before -z in options list
- add -Z to help and usage()
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r--src/usr.bin/nc/nc.110
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index 0f1263da7c..1b753e3d80 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.83 2017/04/05 03:20:19 beck Exp $ 1.\" $OpenBSD: nc.1,v 1.84 2017/04/05 06:55:59 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -331,6 +331,10 @@ for SOCKS, 3128 for HTTPS).
331An IPv6 address can be specified unambiguously by enclosing 331An IPv6 address can be specified unambiguously by enclosing
332.Ar proxy_address 332.Ar proxy_address
333in square brackets. 333in square brackets.
334.It Fl Z Ar peercertfile
335Specifies the filename in which the peer supplied certificates will be saved
336in PEM format.
337May only be used with TLS.
334.It Fl z 338.It Fl z
335Specifies that 339Specifies that
336.Nm 340.Nm
@@ -338,10 +342,6 @@ should just scan for listening daemons, without sending any data to them.
338It is an error to use this option in conjunction with the 342It is an error to use this option in conjunction with the
339.Fl l 343.Fl l
340option. 344option.
341.It Fl Z Ar peercertfile
342Specifies the filename in which the peer supplied certificates will be saved
343in PEM format.
344May only be used with TLS.
345.El 345.El
346.Pp 346.Pp
347.Ar destination 347.Ar destination