From 539905192f906dc838ad88af4ac11e7814bc0a12 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sat, 8 Jan 2005 06:02:56 +0000 Subject: [PATCH] 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. --- usr.sbin/kbdcontrol/kbdcontrol.1 | 4 ++-- 1 file 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