From 0403ae7d00b85a4ed9aac3dee7804185706a1c17 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 5 Apr 2017 06:55:59 +0000 Subject: - -Z before -z in options list - add -Z to help and usage() --- src/usr.bin/nc/nc.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/usr.bin/nc/nc.1') 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 @@ -.\" $OpenBSD: nc.1,v 1.83 2017/04/05 03:20:19 beck Exp $ +.\" $OpenBSD: nc.1,v 1.84 2017/04/05 06:55:59 jmc Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -331,6 +331,10 @@ for SOCKS, 3128 for HTTPS). An IPv6 address can be specified unambiguously by enclosing .Ar proxy_address in square brackets. +.It Fl Z Ar peercertfile +Specifies the filename in which the peer supplied certificates will be saved +in PEM format. +May only be used with TLS. .It Fl z Specifies that .Nm @@ -338,10 +342,6 @@ should just scan for listening daemons, without sending any data to them. It is an error to use this option in conjunction with the .Fl l option. -.It Fl Z Ar peercertfile -Specifies the filename in which the peer supplied certificates will be saved -in PEM format. -May only be used with TLS. .El .Pp .Ar destination -- cgit v1.2.3-55-g6feb