Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 16:32:18 +0900 (JST)
From:      yuko@veltec.co.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        yuko@veltec.co.jp
Subject:   docs/41703: tcpdump manual mistake, with a draft amendment
Message-ID:  <200208160732.g7G7WI565288@basil.veltec.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         41703
>Category:       docs
>Synopsis:       tcpdump manual mistake, with a draft amendment
>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:   Fri Aug 16 00:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yuko Sasaki
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
FreeBSD Japanese Manual Translation Project
>Environment:
	4.4-RELEASE, with man distribution
>Description:
	tcpdump does not have -b flag it should be -r flag, 
	and a portion to which the tag is not attached in this file.
>How-To-Repeat:
	Do "man 1 tcpdump"
>Fix:

% diff -u tcpdump.1.8.2.2 tcpdump.1.8.2.3
--- tcpdump.1.8.2.2     Thu Aug  8 18:47:16 2002
+++ tcpdump.1.8.2.3     Fri Aug 16 16:05:05 2002
@@ -89,7 +89,7 @@
 .B \-w
 flag, which causes it to save the packet data to a file for later
 analysis, and/or with the
-.B \-b
+.B \-r
 flag, which causes it to read from a saved packet file rather than to
 read packets from a network interface.  In all cases, only packets that
 match
@@ -356,6 +356,7 @@
 .TP
 .B \-tttt
 Print a timestamp in default format proceeded by date on each dump line.
+.TP
 .B \-u
 Print undecoded NFS handles.
 .TP
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208160732.g7G7WI565288>