svn commit: r222519 - head/usr.sbin/usbdump

Benedict Reuschling bcr at FreeBSD.org
Tue May 31 07:13:07 UTC 2011


Author: bcr (doc committer)
Date: Tue May 31 07:13:07 2011
New Revision: 222519
URL: http://svn.freebsd.org/changeset/base/222519

Log:
  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

Modified:
  head/usr.sbin/usbdump/usbdump.8

Modified: head/usr.sbin/usbdump/usbdump.8
==============================================================================
--- head/usr.sbin/usbdump/usbdump.8	Tue May 31 07:02:49 2011	(r222518)
+++ head/usr.sbin/usbdump/usbdump.8	Tue May 31 07:13:07 2011	(r222519)
@@ -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


More information about the svn-src-head mailing list