Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/usbhidctl Some fixes suggested by Sheldon Hearn <she...



details:   https://anonhg.NetBSD.org/src/rev/d935815ec7fe
branches:  trunk
changeset: 494414:d935815ec7fe
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Jul 06 07:26:48 2000 +0000

description:
Some fixes suggested by Sheldon Hearn <sheldonh%uunet.co.za@localhost> (FreeBSD).

diffstat:

 usr.bin/usbhidctl/usbhidctl.1 |  17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 1323c5ccdadc -r d935815ec7fe usr.bin/usbhidctl/usbhidctl.1
--- a/usr.bin/usbhidctl/usbhidctl.1     Thu Jul 06 07:11:18 2000 +0000
+++ b/usr.bin/usbhidctl/usbhidctl.1     Thu Jul 06 07:26:48 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usbhidctl.1,v 1.8 1999/05/11 21:03:58 augustss Exp $
+.\" $NetBSD: usbhidctl.1,v 1.9 2000/07/06 07:26:48 augustss Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -49,18 +49,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
@@ -76,11 +78,12 @@
 .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



Home | Main Index | Thread Index | Old Index