More man pages that need to know about vt in addition to syscons.
MFC after: 3 dayS
This commit is contained in:
parent
dd281ebb46
commit
f071b64ed3
@ -69,11 +69,14 @@ option of
|
||||
and thus has the same restrictions.
|
||||
It is only available if the terminal in question is a
|
||||
.Xr syscons 4
|
||||
or
|
||||
.Xr vt 4
|
||||
virtual terminal.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr vidcontrol 1 ,
|
||||
.Xr syscons 4
|
||||
.Xr vt 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -172,16 +172,27 @@ Shortcut to the Delete menu under the View/Edit Startup Configuration menu
|
||||
(startup_rcconf) of startup.
|
||||
.It Cm startup_rcvar
|
||||
Shortcut to the Toggle Startup Services menu under startup.
|
||||
.\" use neutral name, e.g. console_keymap instead of syscons_keymap?
|
||||
.\" font (encoding) selection not applicable to vt(4)!
|
||||
.It Cm syscons_font
|
||||
Shortcut to the Font menu under console.
|
||||
.\" .It Cm console_keymap
|
||||
.\" Shortcut to the Keymap menu under console.
|
||||
.It Cm syscons_keymap
|
||||
Shortcut to the Keymap menu under console.
|
||||
.\" .It Cm vt_repeat
|
||||
.\" Shortcut to the Repeat menu under console.
|
||||
.It Cm syscons_repeat
|
||||
Shortcut to the Repeat menu under console.
|
||||
.\" .It Cm vt_saver
|
||||
.\" Shortcut to the Saver menu under console.
|
||||
.It Cm syscons_saver
|
||||
Shortcut to the Saver menu under console.
|
||||
.\" screenmap (encoding) selection not applicable to vt(4)!
|
||||
.It Cm syscons_screenmap
|
||||
Shortcut to the Screenmap menu under console.
|
||||
.\" .It Cm vt_syscons_ttys
|
||||
.\" Shortcut to the Ttys menu under console.
|
||||
.It Cm syscons_ttys
|
||||
Shortcut to the Ttys menu under console.
|
||||
.It Cm timezone
|
||||
|
@ -95,6 +95,8 @@ for more information on this target.
|
||||
.It Cm keymap
|
||||
If the current controlling TTY is a
|
||||
.Xr syscons 4
|
||||
or
|
||||
.Xr vt 4
|
||||
console, asks the user to set the current keymap, and saves the result to the
|
||||
new system's
|
||||
.Pa rc.conf .
|
||||
|
@ -29,7 +29,7 @@
|
||||
.Sh NAME
|
||||
.Nm kbdmap ,
|
||||
.Nm vidfont
|
||||
.Nd front end for syscons
|
||||
.Nd front end for syscons and vt
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl K
|
||||
@ -106,8 +106,10 @@ preferred language
|
||||
.Sh FILES
|
||||
.Bl -tag -width ".Pa /usr/share/syscons/keymaps/INDEX.keymaps" -compact
|
||||
.It Pa /usr/share/syscons/keymaps/INDEX.keymaps
|
||||
.It Pa /usr/share/vt/keymaps/INDEX.keymaps
|
||||
database for keymaps
|
||||
.It Pa /usr/share/syscons/fonts/INDEX.fonts
|
||||
.It Pa /usr/share/vt/fonts/INDEX.fonts
|
||||
database for fonts
|
||||
.It Pa /etc/rc.conf
|
||||
default font
|
||||
@ -120,6 +122,8 @@ values
|
||||
.Xr dialog 1 ,
|
||||
.Xr kbdcontrol 1 ,
|
||||
.Xr vidcontrol 1 ,
|
||||
.Xr syscons 4 ,
|
||||
.Xr vt 4 ,
|
||||
.Xr kbdmap 5 ,
|
||||
.Xr rc.conf 5
|
||||
.Sh HISTORY
|
||||
|
Loading…
Reference in New Issue
Block a user