Expand DESCRIPTION and a basic EXAMPLES section.

PR:		139605
Submitted by:	Warren Block <wblock@wonkity.com>
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2009-11-01 11:39:07 +00:00
parent f98d7a47e2
commit 94b7ebd774
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198750

View File

@ -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 the unit argument.
.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