docs/94312: [PATCH] desctiption and example mismatch
Yoshihiko Sarumaru
mistral at imasy.or.jp
Sat Mar 11 07:40:44 UTC 2006
>Number: 94312
>Category: docs
>Synopsis: [PATCH] desctiption and example mismatch
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 11 07:40:40 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Yoshihiko Sarumaru
>Release: FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD shimako.yamayuri.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Fri Feb 24 00:52:39 JST 2006 sarumaru at shimako.yamayuri.org:/usr/obj/usr/src/sys/VGN-T72 i386
>Description:
In nc(1), there are some examples presented, but in one exapmple,
hostname are mismatch in description and command line.
This PR related to docs/94158
>How-To-Repeat:
man 1 nc
>Fix:
--- /usr/src/contrib/netcat/nc.1 Mon Jun 27 16:07:55 2005
+++ nc.1 Sat Mar 11 03:04:04 2006
@@ -401,7 +401,7 @@
.Pp
.Dl $ nc -s 10.1.2.3 example.host 42
.Pp
-Send UDP packets to ports 20-30 of example.host, and report which ones
+Send UDP packets to ports 20-30 of hostname, and report which ones
responded with an ICMP packet after three seconds:
.Pp
.Dl $ nc -uvz -w 3 hostname 20-30
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list