Change the USB keyboard example to use /dev/ukbd0 instead of /dev/kbd1.
This example caused me to incorrectly believe that you must use the generic device nodes when you can in fact use either. It's often better to use the driver specific node.
This commit is contained in:
parent
e6da72a102
commit
539905192f
@ -13,7 +13,7 @@
|
||||
.\" @(#)kbdcontrol.1
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 27, 2001
|
||||
.Dd January 7, 2005
|
||||
.Dt KBDCONTROL 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -214,7 +214,7 @@ for example the first USB keyboard (see
|
||||
.Xr ukbd 4 ) ,
|
||||
use the following commands.
|
||||
.Pp
|
||||
.Dl kbdcontrol -k /dev/kbd1 < /dev/console
|
||||
.Dl kbdcontrol -k /dev/ukbd0 < /dev/console
|
||||
.Pp
|
||||
To switch back to the default keyboard, use this command.
|
||||
.Pp
|
||||
|
Loading…
x
Reference in New Issue
Block a user