From owner-freebsd-doc@FreeBSD.ORG Wed May 25 13:50:09 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 844F2106566C for ; Wed, 25 May 2011 13:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 43B9F8FC18 for ; Wed, 25 May 2011 13:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4PDo9Yh008682 for ; Wed, 25 May 2011 13:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4PDo9kG008681; Wed, 25 May 2011 13:50:09 GMT (envelope-from gnats) Resent-Date: Wed, 25 May 2011 13:50:09 GMT Resent-Message-Id: <201105251350.p4PDo9kG008681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 929D110656A3 for ; Wed, 25 May 2011 13:47:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 830DE8FC0C for ; Wed, 25 May 2011 13:47:00 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4PDl0FJ095040 for ; Wed, 25 May 2011 13:47:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4PDl03x095039; Wed, 25 May 2011 13:47:00 GMT (envelope-from nobody) Message-Id: <201105251347.p4PDl03x095039@red.freebsd.org> Date: Wed, 25 May 2011 13:47:00 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/157317: [patch] wording adjustments to usbdump.8 man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 13:50:09 -0000 >Number: 157317 >Category: docs >Synopsis: [patch] wording adjustments to usbdump.8 man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 25 13:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 8-stable >Organization: >Environment: FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 21 15:01:13 MDT 2011 root@lightning:/usr/obj/usr/src/sys/LIGHTNING i386 >Description: Small changes to usbdump.8 wording to improve consistency and clarity. >How-To-Repeat: >Fix: Apply patch. Patch attached with submission follows: --- /usr/src/usr.sbin/usbdump/usbdump.8.orig 2011-05-25 07:32:56.000000000 -0600 +++ /usr/src/usr.sbin/usbdump/usbdump.8 2011-05-25 07:43:19.000000000 -0600 @@ -53,21 +53,21 @@ Snapshot bytes from each packet. .It Fl v Enable debugging messages. -When it defined multiple times the verbose level increases. +When given multiple times, the verbosity level increases. .It Fl w Ar file Write the raw packets to file. .El .Sh EXAMPLES -Captures the USB raw packets alive on usbus2: +Capture the USB raw packets alive on usbus2: .Pp .Dl "usbdump -i usbus2 -s 256 -v" .Pp -Dumps the USB raw packets of usbus2 into the file without packet +Dump the USB raw packets of usbus2 into the file without packet size limit: .Pp .Dl "usbdump -i usbus2 -s 0 -w /tmp/dump_pkts" .Pp -Read the USB raw packets from the file: +Read and display the USB raw packets from the file: .Pp .Dl "usbdump -r /tmp/dump_pkts -v" .Sh SEE ALSO >Release-Note: >Audit-Trail: >Unformatted: