From owner-svn-src-all@FreeBSD.ORG Wed Aug 11 08:26:16 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A596F1065670; Wed, 11 Aug 2010 08:26:16 +0000 (UTC) (envelope-from olli@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9576C8FC15; Wed, 11 Aug 2010 08:26:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o7B8QG5A091761; Wed, 11 Aug 2010 08:26:16 GMT (envelope-from olli@svn.freebsd.org) Received: (from olli@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o7B8QGcG091760; Wed, 11 Aug 2010 08:26:16 GMT (envelope-from olli@svn.freebsd.org) Message-Id: <201008110826.o7B8QGcG091760@svn.freebsd.org> From: Oliver Fromme Date: Wed, 11 Aug 2010 08:26:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211172 - head/usr.sbin/kbdcontrol X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2010 08:26:16 -0000 Author: olli Date: Wed Aug 11 08:26:15 2010 New Revision: 211172 URL: http://svn.freebsd.org/changeset/base/211172 Log: Fix some typos: flush vs. flash, and some others. Approved by: des (mentor, implicit) MFC after: 1 week Modified: head/usr.sbin/kbdcontrol/kbdcontrol.1 Modified: head/usr.sbin/kbdcontrol/kbdcontrol.1 ============================================================================== --- head/usr.sbin/kbdcontrol/kbdcontrol.1 Wed Aug 11 07:11:20 2010 (r211171) +++ head/usr.sbin/kbdcontrol/kbdcontrol.1 Wed Aug 11 08:26:15 2010 (r211172) @@ -233,15 +233,15 @@ The following command will make the func .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