diff options
author | yokota <yokota@FreeBSD.org> | 1999-08-16 09:25:01 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1999-08-16 09:25:01 +0000 |
commit | 122d640213334cd6872cf7247331d2c89b463b7a (patch) | |
tree | b1e7a13b92044f2318044356f0407cd619218b9e /usr.sbin/kbdcontrol | |
parent | 3bfe42ba6f75fa38706237b1dcc0600999bf978a (diff) | |
download | FreeBSD-src-122d640213334cd6872cf7247331d2c89b463b7a.zip FreeBSD-src-122d640213334cd6872cf7247331d2c89b463b7a.tar.gz |
Document -i, -k, and -K options.
Diffstat (limited to 'usr.sbin/kbdcontrol')
-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 4105957..aaf612c 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 |