- correct typo.

In fact, the keyboard device is /dev/ukbd0 when USB keyboard is connected only.

PR:		docs/89747
Submitted by:	me
Approved by:	delphij (mentor)
This commit is contained in:
Chin-San Huang 2006-12-02 15:16:15 +00:00
parent 2f33db4330
commit 56fafbf335
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29164

View file

@ -2382,10 +2382,10 @@ File: +DESC (ignored)</screen>
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd1 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
<para>Note that if the USB keyboard is the only keyboard, it
is accessed as <devicename>/dev/kbd0</devicename>, thus,
is accessed as <devicename>/dev/ukbd0</devicename>, thus,
the command should look like:</para>
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd0 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/ukbd0 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
<para><filename>/etc/rc.i386</filename> is a good place to
add the above command.</para>