aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdcontrol/kbdcontrol.1
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-12-21 23:23:11 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-12-21 23:23:11 +0000
commitab40944758d8fb887adf6549308b496dd75e435e (patch)
tree9fd73af48a5174041dd122ca467ee806742b5c1d /usr.sbin/kbdcontrol/kbdcontrol.1
parent639460dc29f84085e711dcf1463b179db5a50f87 (diff)
downloadsrc-ab40944758d8fb887adf6549308b496dd75e435e.tar.gz
src-ab40944758d8fb887adf6549308b496dd75e435e.zip
Convert to mdoc format.
Notes
Notes: svn path=/head/; revision=20780
Diffstat (limited to 'usr.sbin/kbdcontrol/kbdcontrol.1')
-rw-r--r--usr.sbin/kbdcontrol/kbdcontrol.1123
1 files changed, 67 insertions, 56 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1
index f2a98c775ef5..e97f7c5c090b 100644
--- a/usr.sbin/kbdcontrol/kbdcontrol.1
+++ b/usr.sbin/kbdcontrol/kbdcontrol.1
@@ -12,79 +12,90 @@
.\"
.\" @(#)kbdcontrol.1
.\"
-.TH kbdcontrol 1 "May 22, 1994" "" "FreeBSD"
-
-.SH NAME
-kbdcontrol - a utility for manipulating the syscons keyboard driver section.
-.SH SYNOPSIS
-.na
-.B kbdcontrol
-.RB [options]
-.SH DESCRIPTION
+.Dd "May 22, 1994"
+.Dt kbdcontrol 1
+.Os FreeBSD
+.Sh NAME
+.Nm kbdcontrol
+.Nd a utility for manipulating the syscons keyboard driver section.
+.Sh SYNOPSIS
+.Nm
+.Op Fl dFx
+.Op Fl b Ar duration.pitch | Ar belltype
+.Op Fl r Ar delay.repeat | Ar speed
+.Op Fl l Ar mapfile
+.Op Fl f Ar # Ar string
+.Op Fl h size
+.Op Fl L mapfile
+.Sh DESCRIPTION
The
-.B kbdcontrol
+.Nm kbdcontrol
command is used to set various keyboard related options for the syscons
console driver, such as keymap, keyboard repeat & delay rates, bell
characteristics etc.
-.SH OPTIONS
-.TP
-The following command line options are supported.
-.TP
-.BI "\-b\ " [ duration.pitch | normal | visual ]
-Set the bell duration and pitch values. Argument may also be one of
-.BI "normal"
+.Pp
+The following command line options are supported:
+.Pp
+.Bl -tag -width xxxxxx
+.It Fl b Ar duration.pitch | Ar belltype
+Set the bell duration and pitch values.
+If a
+.Ar belltype
+argument is specified, it may be one of
+.Ar normal
which set sound parameters back to normal values, or
-.BI "visual"
-which set the bell to visual mode, ie flashes the screen instead.
-.TP
-.BI "\-r\ " [ delay.repeat | slow | fast | normal ]
+.Ar visual
+which set the bell to visual mode, i.e. flashes the screen instead.
+.It Fl r Ar delay.repeat | Ar speed
Set keyboard
-.I delay (250, 500, 750, 1000)
+.Ar delay (250, 500, 750, 1000)
and
-.I repeat (34, 38, 42, 46, 50, 55, 59, 63, 68, 76, 84, 92, 100, 110, 118, 126,
+.Ar repeat (34, 38, 42, 46, 50, 55, 59, 63, 68, 76, 84, 92, 100, 110, 118, 126,
136, 152, 168, 184, 200, 220, 236, 252, 272, 304, 336, 368, 400, 440,
472, 504)
-rates, or use presets for
-.I slow (1000.504),
-.I fast (250.34)
+rates, or if a
+.Ar speed
+argument is specified, it may be one of
+.Ar slow
+(1000.504),
+.Ar fast
+(250.34)
or
-.I normal (500.126)
-.TP
-.BI "\-l\ " mapfile
+.Ar normal
+(500.126)
+.It Fl l Ar mapfile
Install keyboard map file from
-.I mapfile
-.TP
-.BI "\-d\ "
+.Ar mapfile
+.It Fl d
Dump the current keyboard map onto stdout
-.TP
+.It Fl f Ar # Ar string
.BI "\-f\ " #\ string
Set function key number
-.I #
+.Ar #
to send
-.I string
-.
-.TP
-.BI "\-F\ "
+.Ar string
+.It Fl F
Set function keys back to the standard definitions.
-.TP
-.B "\-x "
+.It Fl x
Use hexadecimal numbers in keyboard map dump.
-.TP
-.BI "\-h " #
-Set history buffer size (in lines).
-.TP
-.BI "\-L\ " mapfile
+.It Fl h Ar size
+Set history buffer size to
+.Ar size
+lines.
+.It Fl L Ar mapfile
Load keyboard map file from
-.I mapfile
-and write the \fCstruct keymap\fR compiled from it to stdout.
-.PP
-.SH FILES
-/usr/share/syscons/keymaps
-.SH "BUGS"
+.Ar mapfile
+and write the
+.Ft "struct keymap"
+compiled from it to stdout.
+.Sh FILES
+.Bl -tag -width /usr/share/syscons/keymaps -compact
+.Pa /usr/share/syscons/keymaps
+.Sh "BUGS"
Report when found.
-.SH "SEE ALSO"
-.BR vidcontrol (1) ,
-.BR keyboard (4) ,
-.BR screen (4) .
-.SH AUTHORS
+.Sh "SEE ALSO"
+.Xr vidcontrol 1 ,
+.Xr keyboard 4 ,
+.Xr screen 4
+.Sh AUTHORS
Søren Schmidt (sos@FreeBSD.org)