From 2b8b2a0d39c7abc47aaa1855e4488d7b22144b8a Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 11 Aug 2010 08:26:15 +0000 Subject: Fix some typos: flush vs. flash, and some others. Approved by: des (mentor, implicit) MFC after: 1 week --- usr.sbin/kbdcontrol/kbdcontrol.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/kbdcontrol') diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 68cee84..76cc5bb 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -233,15 +233,15 @@ The following command will make the function key 10 emit "telnet myhost". .Dl kbdcontrol -f 10 \&"telnet myhost\&" .Pp In order to get the visual effect for bell, but prevent the screen -from flushing if the bell is to ring in the background screen, +from flashing if the bell is to ring in the background screen, run the following command. .Pp .Dl kbdcontrol -b quiet.visual .Pp -To change the default console keyboard to the another keyboard, +To change the default console keyboard to another keyboard, for example the first USB keyboard (see .Xr ukbd 4 ) , -use the following commands. +use the following command. .Pp .Dl kbdcontrol -k /dev/ukbd0 < /dev/console .Pp -- cgit v1.1