summaryrefslogtreecommitdiffstats
path: root/share/man/man4
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2014-08-26 08:13:30 +0000
committerse <se@FreeBSD.org>2014-08-26 08:13:30 +0000
commit10a33dbbac86c78363fb7438b202ae05fb3362db (patch)
treef9de2000b8c70d988d8b7c571af012c4d167257d /share/man/man4
parent9ef5f9b0ca06e5593120f1a3d8b7a235c58cfa90 (diff)
downloadFreeBSD-src-10a33dbbac86c78363fb7438b202ae05fb3362db.zip
FreeBSD-src-10a33dbbac86c78363fb7438b202ae05fb3362db.tar.gz
Add references to vt(4) and the configuration files in /usr7share/vt where
appropriate (i.e. where syscons was already mentioned and vt supports the feature). Comments in defaults/rc.conf are updated to match the contents of the modified man-page rc.conf(5). Reviewed by: pluknet, emaste MFC after: 3 days
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/atkbd.45
-rw-r--r--share/man/man4/kbdmux.43
-rw-r--r--share/man/man4/splash.43
-rw-r--r--share/man/man4/ukbd.45
-rw-r--r--share/man/man4/vkbd.43
-rw-r--r--share/man/man4/vt.47
6 files changed, 20 insertions, 6 deletions
diff --git a/share/man/man4/atkbd.4 b/share/man/man4/atkbd.4
index 202963a..7ce99e7 100644
--- a/share/man/man4/atkbd.4
+++ b/share/man/man4/atkbd.4
@@ -51,7 +51,9 @@ driver, provides access to the AT 84 keyboard or the AT enhanced keyboard
which is connected to the AT keyboard controller.
.Pp
This driver is required for the console driver
-.Xr syscons 4 .
+.Xr syscons 4
+or
+.Xr vt 4 .
.Pp
There can be only one
.Nm
@@ -211,6 +213,7 @@ In both cases, you also need to have following lines in
.Xr atkbdc 4 ,
.Xr psm 4 ,
.Xr syscons 4 ,
+.Xr vt 4 ,
.Xr kbdmap 5 ,
.Xr loader 8
.Sh HISTORY
diff --git a/share/man/man4/kbdmux.4 b/share/man/man4/kbdmux.4
index a909ba9..0815f05 100644
--- a/share/man/man4/kbdmux.4
+++ b/share/man/man4/kbdmux.4
@@ -34,7 +34,8 @@ utility.
.Xr kbdcontrol 1 ,
.Xr atkbd 4 ,
.Xr syscons 4 ,
-.Xr ukbd 4
+.Xr ukbd 4 ,
+.Xr vt 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/splash.4 b/share/man/man4/splash.4
index 6cbccf3..46710c2 100644
--- a/share/man/man4/splash.4
+++ b/share/man/man4/splash.4
@@ -245,6 +245,7 @@ bitmap_name="/boot/splash.bin"
.Xr vidcontrol 1 ,
.Xr syscons 4 ,
.Xr vga 4 ,
+.Xr vt 4 ,
.Xr loader.conf 5 ,
.Xr rc.conf 5 ,
.Xr kldload 8 ,
@@ -285,6 +286,8 @@ code.
.Sh CAVEATS
Both the splash screen and the screen saver work with
.Xr syscons 4
+ or
+.Xr vt 4
only.
.Sh BUGS
If you load a screen saver while another screen saver has already
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4
index 3a3125d..1fade2a 100644
--- a/share/man/man4/ukbd.4
+++ b/share/man/man4/ukbd.4
@@ -127,7 +127,9 @@ Make the keyboards available through a character device in
The above lines will put the French ISO keymap in the ukbd driver.
You can specify any keymap in
.Pa /usr/share/syscons/keymaps
-with this option.
+or
+.Pa /usr/share/vt/keymaps
+(depending on the console driver being used) with this option.
.Pp
.D1 Cd "options KBD_DISABLE_KEYMAP_LOADING"
.Pp
@@ -151,6 +153,7 @@ driver to the kernel.
.Xr syscons 4 ,
.Xr uhci 4 ,
.Xr usb 4 ,
+.Xr vt 4 ,
.Xr config 8
.Sh AUTHORS
.An -nosplit
diff --git a/share/man/man4/vkbd.4 b/share/man/man4/vkbd.4
index 78110a6..c70d226 100644
--- a/share/man/man4/vkbd.4
+++ b/share/man/man4/vkbd.4
@@ -129,7 +129,8 @@ All queued scan codes are thrown away.
.Xr kbdcontrol 1 ,
.Xr atkbdc 4 ,
.Xr psm 4 ,
-.Xr syscons 4
+.Xr syscons 4 ,
+.Xr vt 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4
index 013974a..889c75c 100644
--- a/share/man/man4/vt.4
+++ b/share/man/man4/vt.4
@@ -211,13 +211,17 @@ Power down.
Default is 15, all enabled.
.El
.Sh FILES
-.Bl -tag -width /usr/share/syscons/keymaps/* -compact
+.Bl -tag -width /usr/share/vt/keymaps/* -compact
.It Pa /dev/console
.It Pa /dev/consolectl
.It Pa /dev/ttyv*
virtual terminals
.It Pa /etc/ttys
terminal initialization information
+.It Pa /usr/share/vt/fonts/*.fnt
+console fonts
+.It Pa /usr/share/vt/keymaps/*.kbd
+keyboard layouts
.El
.Sh EXAMPLES
This example changes the default color of normal text to green on a
@@ -243,7 +247,6 @@ on a black background, or black on a bright red background when reversed.
.Xr splash 4 ,
.Xr syscons 4 ,
.Xr ukbd 4 ,
-.Xr vga 4 ,
.Xr kbdmap 5 ,
.Xr rc.conf 5 ,
.Xr ttys 5 ,
OpenPOWER on IntegriCloud