Minor wording adjustments to usbdump(8).

PR:		docs/157317
Submitted by:	Warren Block (wblock at wonkity dot com)
Reviewed by:	hps@
MFC after:	5 days
This commit is contained in:
Benedict Reuschling 2011-05-31 07:13:07 +00:00
parent 12b9f8e47d
commit 6b436e6252
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222519

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 4, 2010 .Dd May 31, 2011
.Dt USBDUMP 8 .Dt USBDUMP 8
.Os .Os
.Sh NAME .Sh NAME
@ -63,16 +63,16 @@ Write the raw packets to
.Ar file . .Ar file .
.El .El
.Sh EXAMPLES .Sh EXAMPLES
Captures USB raw packets on usbus2: Capture the USB raw packets on usbus2:
.Pp .Pp
.Dl "usbdump -i usbus2 -s 256 -v" .Dl "usbdump -i usbus2 -s 256 -v"
.Pp .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: size limit:
.Pp .Pp
.Dl "usbdump -i usbus2 -s 0 -w /tmp/dump_pkts" .Dl "usbdump -i usbus2 -s 0 -w /tmp/dump_pkts"
.Pp .Pp
Read the USB raw packets from previous file: Read and display the USB raw packets from previous file:
.Pp .Pp
.Dl "usbdump -r /tmp/dump_pkts -v" .Dl "usbdump -r /tmp/dump_pkts -v"
.Sh OUTPUT FORMAT .Sh OUTPUT FORMAT