diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-31 15:23:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-31 15:23:32 +0000 |
commit | 1783678401bb115407bbff7687b5023bfe8bcc56 (patch) | |
tree | dc315c637a414290aafe22f9fe9120597ef54f1e /usr.bin/nc | |
parent | fe70591923bde7fd2ff3f10231c701a9545dd4d6 (diff) |
explicitly mention port in an example;
from fgsch@
Diffstat (limited to 'usr.bin/nc')
-rw-r--r-- | usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 44cdb14bbca..02d536bddb2 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.33 2004/10/17 03:13:55 djm Exp $ +.\" $OpenBSD: nc.1,v 1.34 2004/12/31 15:23:31 jmc Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -353,7 +353,7 @@ Create and listen on a Unix Domain Socket: .Pp .Dl $ nc -lU /var/tmp/dsocket .Pp -Connect to port 42 of hostname via an HTTP proxy at 10.2.3.4: +Connect to port 42 of hostname via an HTTP proxy at 10.2.3.4, port 8080: .Pp .Dl $ nc -x10.2.3.4:8080 -Xconnect hostname 42 .Sh SEE ALSO |