From a03c0e851f1aaa82f73eef4a7673768cae02b444 Mon Sep 17 00:00:00 2001 From: ericj <> Date: Tue, 19 Feb 2002 22:45:18 +0000 Subject: man page fixes from Kevin Steves --- src/usr.bin/nc/nc.1 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 721a2c4896..5c0cc5e244 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.20 2002/02/17 03:03:06 ericj Exp $ +.\" $OpenBSD: nc.1,v 1.21 2002/02/19 22:45:18 ericj Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -95,7 +95,7 @@ Also causes a delay time between connections to multiple ports. .It Fl k Forces .Nm -to stay listening for another connection after it's current connection +to stay listening for another connection after its current connection is completed. .It Fl l Used to specify that @@ -103,8 +103,8 @@ Used to specify that should listen for an incoming connection rather than initiate a connection to a remote host. .It Fl n -Do not do any DNS or service lookups on any specified addresses or -hostnames, or ports. +Do not do any DNS or service lookups on any specified addresses, +hostnames or ports. .It Fl p Ar port Specifies the source port .Nm @@ -112,7 +112,7 @@ should use, subject to privilege restrictions and availability. .It Fl r Specifies that source and/or destination ports should be chosen randomly instead of sequentially within a range or in the order that the system -assigns. +assigns them. .It Fl s Ar hostname/ip address Specifies the IP of the interface which is used to send the packets. .It Fl t @@ -160,9 +160,6 @@ IP for the local end of the connection. .It Li "nc -v hostname 42" Open a TCP connection to port 42 of hostname, displaying some diagnostic messages on stderr. -.It Li "nc -v -v hostname 42" -Open a TCP connection to port 42 of hostname, displaying all -diagnostic messages on stderr. .It Li "nc -v -z hostname 20-30" Attempt to open TCP connections to ports 20 through 30 of hostname, and report which ones -- cgit v1.2.3-55-g6feb