diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-08-16 09:25:01 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-08-16 09:25:01 +0000 |
| commit | 38eb8abdfe0897a703f67d4148cb4a8a01450679 (patch) | |
| tree | a1e0a45576304dba02d0ea8c05a7aba38e8a353b /usr.sbin | |
| parent | 55cb3cb6be7b79867f2a11376cd74e31e78a3009 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/kbdcontrol/kbdcontrol.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 410595745d2ce..aaf612cef4b5c 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)kbdcontrol.1 -.\" $Id: kbdcontrol.1,v 1.13 1999/07/12 20:12:09 nik Exp $ +.\" $Id: kbdcontrol.1,v 1.14 1999/07/22 14:19:14 yokota Exp $ .\" .Dd June 30, 1999 .Dt KBDCONTROL 1 @@ -21,12 +21,13 @@ .Nd a utility for manipulating the syscons console driver .Sh SYNOPSIS .Nm -.Op Fl dFx +.Op Fl dFKix .Op Fl b Ar duration.pitch | Ar belltype .Op Fl r Ar delay.repeat | Ar speed .Op Fl l Ar keymap_file .Op Fl f Ar # Ar string .Op Fl h Ar size +.Op Fl k Ar keyboard_device .Op Fl L Ar keymap_file .Sh DESCRIPTION The @@ -107,6 +108,15 @@ Use hexadecimal numbers in keyboard map dump. Set history buffer size to .Ar size lines. +.It Fl i +Print brief information about the keyboard. +.It Fl K +Disconnect the keyboard from the console. +You need to use the +.Fl k +option below to associate a keyboard with the console again. +.It Fl k Ar keyboard_device +Use the specified device as the console keyboard. .It Fl L Ar keymap_file Load keyboard map file from .Ar keymap_file |
