diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2005-01-08 06:02:56 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2005-01-08 06:02:56 +0000 |
| commit | 539905192f906dc838ad88af4ac11e7814bc0a12 (patch) | |
| tree | 1897b48b780fd43b50231e5a579e54a7989a0490 | |
| parent | e6da72a102e308178bfd98d4d3789c0c1bea58a9 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/kbdcontrol/kbdcontrol.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 533abd6b4ff4..e159a9c8e723 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -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 |
