Date: Sun, 8 Nov 2009 12:08:43 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r199045 - stable/8/usr.sbin/usbconfig Message-ID: <200911081208.nA8C8hEO085055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Sun Nov 8 12:08:42 2009 New Revision: 199045 URL: http://svn.freebsd.org/changeset/base/199045 Log: MFC: r198750 Expand DESCRIPTION and add a basic EXAMPLES section. Modified: stable/8/usr.sbin/usbconfig/usbconfig.8 Directory Properties: stable/8/usr.sbin/usbconfig/ (props changed) Modified: stable/8/usr.sbin/usbconfig/usbconfig.8 ============================================================================== --- stable/8/usr.sbin/usbconfig/usbconfig.8 Sun Nov 8 11:55:03 2009 (r199044) +++ stable/8/usr.sbin/usbconfig/usbconfig.8 Sun Nov 8 12:08:42 2009 (r199045) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911081208.nA8C8hEO085055>