From owner-freebsd-doc Sat Jul 15 9:40: 5 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85AD937BAFA for ; Sat, 15 Jul 2000 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA58744; Sat, 15 Jul 2000 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 09:40:03 -0700 (PDT) Message-Id: <200007151640.JAA58744@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Ben Smithurst Subject: Re: docs/18520: kbdcontrol manpage incomplete Reply-To: Ben Smithurst Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/18520; it has been noted by GNATS. From: Ben Smithurst To: Nick Hibma Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/18520: kbdcontrol manpage incomplete Date: Sat, 15 Jul 2000 16:59:00 +0100 Nick Hibma wrote: > To change the default console keyboard to the another > keyboard, for example the first USB keyboard (see ukbd(4)), use > the following commands: > > kbdcontrol -k /dev/kbd1 < /dev/console > > To switch back to the default keyboard, use > > kbdcontrol -k /dev/kbd0 how about this addition as well: .It Fl k Ar keyboard_device Use the specified device as the console keyboard. +When using this option, the standard input of the +.Nm +process should be redirected from +.Pa /dev/console +if you are not working on the system console or a virtual terminal +(see +.Sx EXAMPLES +section). Or, if you don't speak mdoc: -k keyboard_device Use the specified device as the console keyboard. When using this option, the standard input of the kbdcontrol process should be redirected from /dev/console if you are not working on the system console or a virtual terminal (see EXAMPLES section). -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message