diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-20 11:39:14 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-20 11:39:14 +0000 |
| commit | 144d39d4b818a9d1f2c2fe54d683ad5d149fa067 (patch) | |
| tree | 7c5a0bad10e9d9a94c48d3f4b2fb7e7fdbdb2bec /usr.bin | |
| parent | 372e9eb0af0e30adb4824a03f0d81a183f7c0cb2 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 23a613a49249..3a9a49a8aeb3 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 |
