aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ukbd.4
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2014-08-26 08:13:30 +0000
committerStefan Eßer <se@FreeBSD.org>2014-08-26 08:13:30 +0000
commit651045d6de2189ba1f8e459ff4849b8ee8fcee0f (patch)
treef9de2000b8c70d988d8b7c571af012c4d167257d /share/man/man4/ukbd.4
parent15cb19cd6a081fbbab89e648b9c74d98b7a3c465 (diff)
downloadsrc-651045d6de2189ba1f8e459ff4849b8ee8fcee0f.tar.gz
src-651045d6de2189ba1f8e459ff4849b8ee8fcee0f.zip
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
Notes
Notes: svn path=/head/; revision=270647
Diffstat (limited to 'share/man/man4/ukbd.4')
-rw-r--r--share/man/man4/ukbd.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4
index 3a3125d74ed5..1fade2ad5755 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