diff options
author | bcr <bcr@FreeBSD.org> | 2011-05-31 07:13:07 +0000 |
---|---|---|
committer | bcr <bcr@FreeBSD.org> | 2011-05-31 07:13:07 +0000 |
commit | 91ae7611d7cebb4d9cf83ca4209489f4a0e00faf (patch) | |
tree | de0560aa3537c18d21d9ab55ad58be9c1c9cc115 /usr.sbin/usbdump | |
parent | b6ae7ca260605f046bb9ed7abc1beba20f7650a7 (diff) | |
download | FreeBSD-src-91ae7611d7cebb4d9cf83ca4209489f4a0e00faf.zip FreeBSD-src-91ae7611d7cebb4d9cf83ca4209489f4a0e00faf.tar.gz |
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
Diffstat (limited to 'usr.sbin/usbdump')
-rw-r--r-- | usr.sbin/usbdump/usbdump.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/usbdump/usbdump.8 b/usr.sbin/usbdump/usbdump.8 index a02f34e..104c3b3 100644 --- a/usr.sbin/usbdump/usbdump.8 +++ b/usr.sbin/usbdump/usbdump.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 4, 2010 +.Dd May 31, 2011 .Dt USBDUMP 8 .Os .Sh NAME @@ -63,16 +63,16 @@ Write the raw packets to .Ar file . .El .Sh EXAMPLES -Captures USB raw packets on usbus2: +Capture the USB raw packets 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 previous file: +Read and display the USB raw packets from previous file: .Pp .Dl "usbdump -r /tmp/dump_pkts -v" .Sh OUTPUT FORMAT |