summaryrefslogtreecommitdiff
path: root/net/netcat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-03 19:03:19 +0000
committerwiz <wiz@pkgsrc.org>2001-12-03 19:03:19 +0000
commitb4f0a668fa0041bdd4f700917762a64854abd442 (patch)
treeb1dba1934d8e474a3e6946d57aef51d6abcb1540 /net/netcat
parentbf1895f0b4ea7e92a31395a74170ce7fad30b048 (diff)
downloadpkgsrc-b4f0a668fa0041bdd4f700917762a64854abd442.tar.gz
Miscellaneous man page fixes.
Diffstat (limited to 'net/netcat')
-rw-r--r--net/netcat/files/nc.19
1 files changed, 5 insertions, 4 deletions
diff --git a/net/netcat/files/nc.1 b/net/netcat/files/nc.1
index 5cc1b759cff..bc27e2e9616 100644
--- a/net/netcat/files/nc.1
+++ b/net/netcat/files/nc.1
@@ -1,3 +1,4 @@
+.\" $NetBSD: nc.1,v 1.2 2001/12/03 19:03:22 wiz Exp $
.Dd October 1, 1999
.Dt NC 1
.Sh NAME
@@ -24,7 +25,7 @@
.Op Fl o Ar file
.Ar [hostname] [port]
.\" ae:g:G:hi:lno:p:rs:tuvw:z
-.\"connect to somewhere: nc [-options] hostname port[s] [ports] ...
+.\"connect to somewhere: nc [-options] hostname port[s] [ports] ...
.\"listen for inbound: nc -l -p port [-options] [hostname] [port]
.\"options:
.\" -g gateway source-routing hop point[s], up to 8
@@ -110,9 +111,6 @@ have been closed. It doesn't do this very well, and relies rather
heavily on the network layers at both ends for this, and as such, if
microsoft products are used, it might not notice a close because microsoft
sucks.
-.Sh BUGS
-I don't know...I didn't write the damn thing. But there are probably
-a bunch. Go blame microsoft.
.Sh SEE ALSO
.Xr cat 1
.Sh HISTORY
@@ -125,3 +123,6 @@ standard Unix utility. IMHO,
.Nm
could take its place right next to cat,
cp, rm, mv, dd, ls, and all those other cryptic and Unix-like things.
+.Sh BUGS
+I don't know...I didn't write the damn thing. But there are probably
+a bunch. Go blame microsoft.