diff options
Diffstat (limited to 'usr.bin/usbhidctl/usbhidctl.1')
-rw-r--r-- | usr.bin/usbhidctl/usbhidctl.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/usbhidctl/usbhidctl.1 b/usr.bin/usbhidctl/usbhidctl.1 index 23a613a..3a9a49a 100644 --- a/usr.bin/usbhidctl/usbhidctl.1 +++ b/usr.bin/usbhidctl/usbhidctl.1 @@ -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 |