[BACK]Return to nc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

Diff for /src/usr.bin/nc/nc.1 between version 1.15 and 1.16

version 1.15, 2001/06/27 03:05:21 version 1.16, 2001/08/02 20:54:56
Line 163 
Line 163 
 .It Li "nc -v -u -z -w 3 hostname 20-30"  .It Li "nc -v -u -z -w 3 hostname 20-30"
 Send UDP packets to ports 20-30 of example.host, and report which ones  Send UDP packets to ports 20-30 of example.host, and report which ones
 did not respond with an ICMP packet after three seconds.  did not respond with an ICMP packet after three seconds.
 .It Li "nc -l -p 3000"  .It Li "nc -l 3000"
 Listen on TCP port 3000, and once there is a connection, send stdin to  Listen on TCP port 3000, and once there is a connection, send stdin to
 the remote host, and send data from the remote host to stdout.  the remote host, and send data from the remote host to stdout.
 .It Li "echo foobar | nc hostname 1000"  .It Li "echo foobar | nc hostname 1000"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16