diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-20 11:39:14 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-20 11:39:14 +0000 |
commit | ac981a74d20a7d52a9e61a24326cfb3862c9bcdc (patch) | |
tree | 1db17e80d2e579797cfcdf7581112ac23dac0e0d /usr.bin/usbhidctl | |
parent | 49401184c15d6ea8b5f8b1c805e8d12e11339d28 (diff) | |
download | FreeBSD-src-ac981a74d20a7d52a9e61a24326cfb3862c9bcdc.zip FreeBSD-src-ac981a74d20a7d52a9e61a24326cfb3862c9bcdc.tar.gz |
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.
Diffstat (limited to 'usr.bin/usbhidctl')
-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 |