Date: Sat, 11 Mar 2006 16:32:09 +0900 (JST) From: Yoshihiko Sarumaru <mistral@imasy.or.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/94312: [PATCH] desctiption and example mismatch Message-ID: <200603110732.k2B7W9Cv009820@shimako.yamayuri.org> Resent-Message-ID: <200603110740.k2B7eh5q084115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603110732.k2B7W9Cv009820>