Rename the `name'' argument to `item'' and mark it up as an argument.

Make use of the marked up argument to clarify the text in the DESCRIPTION
section.
Insert a missing word: ``the''.
Make the phrase in the BUGS section a full sentence.
Sort the cross-references in the SEE ALSO section correctly.
This commit is contained in:
Sheldon Hearn 2000-07-20 11:39:14 +00:00
parent 372e9eb0af
commit 144d39d4b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63641

View File

@ -50,18 +50,20 @@
.Op Fl r
.Op Fl t Ar table
.Op Fl v
.Op name ...
.Op Ar item ...
.Sh DESCRIPTION
.Nm
can be used to dump the state of a USB HID (Human Interface Device).
The named items are printed.
Each named
.Ar item
is printed.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl a
Show all items.
.It Fl f Ar device
Specify a path name for device to operate on.
Specify a path name for the device to operate on.
.It Fl l
Loop and dump the device data every time it changes.
.It Fl n
@ -77,11 +79,12 @@ Be verbose.
.Pa /usr/share/misc/usb_hid_usages
The default HID usage table.
.Sh BUGS
Cannot show or set output and feature items.
.Nm
cannot show nor set output and feature items.
.Sh SEE ALSO
.Xr usb 3 ,
.Xr usb 4 ,
.Xr uhid 4
.Xr uhid 4 ,
.Xr usb 4
.Sh HISTORY
The
.Nm