=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidctl/usbhidctl.1,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/usbhidctl/usbhidctl.1 2008/10/16 18:37:19 1.12 +++ src/usr.bin/usbhidctl/usbhidctl.1 2010/08/02 23:17:36 1.13 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usbhidctl.1,v 1.12 2008/10/16 18:37:19 jakemsr Exp $ +.\" $OpenBSD: usbhidctl.1,v 1.13 2010/08/02 23:17:36 miod Exp $ .\" $NetBSD: usbhidctl.1,v 1.14 2001/12/28 17:49:32 augustss Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 16 2008 $ +.Dd $Mdocdate: August 2 2010 $ .Dt USBHIDCTL 1 .Os .Sh NAME @@ -162,7 +162,7 @@ .Qq button 2 item would usually just be referred to on the command line as: .Pp -.Dl $ usbhidctl -f /dev/mouse Mouse.Pointer.Button_2 +.Dl $ usbhidctl -f /dev/wsmouse0 Mouse.Pointer.Button_2 .Pp Items can also be named by referring to parts of the item name with the numeric representation of the native HID usage identifiers. @@ -175,7 +175,7 @@ .Qq button 2 item: .Pp -.Dl $ usbhidctl -f /dev/mouse 1:Mouse.1:Pointer.Button:2 +.Dl $ usbhidctl -f /dev/wsmouse0 1:Mouse.1:Pointer.Button:2 .Pp Devices with human interface outputs can be manipulated with the .Fl w @@ -186,7 +186,7 @@ collection. The following can be used to switch this LED off: .Pp -.Dl $ usbhidctl -f /dev/mouse -w Mouse.0xffff:2=0 +.Dl $ usbhidctl -f /dev/wsmouse0 -w Mouse.0xffff:2=0 .Sh SEE ALSO .Xr usbhidaction 1 , .Xr usbhid 3 ,