svn commit: r198750 - head/usr.sbin/usbconfig

Christian Brueffer brueffer at FreeBSD.org
Sun Nov 1 11:39:08 UTC 2009


Author: brueffer
Date: Sun Nov  1 11:39:07 2009
New Revision: 198750
URL: http://svn.freebsd.org/changeset/base/198750

Log:
  Expand DESCRIPTION and a basic EXAMPLES section.
  
  PR:		139605
  Submitted by:	Warren Block <wblock at wonkity.com>
  MFC after:	1 week

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

Modified: head/usr.sbin/usbconfig/usbconfig.8
==============================================================================
--- head/usr.sbin/usbconfig/usbconfig.8	Sun Nov  1 11:34:13 2009	(r198749)
+++ head/usr.sbin/usbconfig/usbconfig.8	Sun Nov  1 11:39:07 2009	(r198750)
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd Sep 28, 2008
+.Dd November 1, 2009
 .Dt USBCONFIG 8
 .Os
 .Sh NAME
@@ -49,5 +49,13 @@ Should only be used in conjunction with 
 .It Fl h
 Show help and available commands.
 .El
+.Pp
+When called without options,
+.Nm
+prints a list of all available USB devices.
+.Sh EXAMPLES
+Show information about the device on USB bus 1 at address 2:
+.Pp
+.Dl usbconfig -u 1 -a 2 dump_info
 .Sh SEE ALSO
 .Xr usb 4


More information about the svn-src-head mailing list