aboutsummaryrefslogtreecommitdiff
path: root/vconsole.conf.5.txt
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-12-31 01:59:59 +0100
committerTom Gundersen <teg@jklm.no>2011-12-31 02:09:51 +0100
commit2b61b73f1768af155b817fa760fe5fe54aab1095 (patch)
tree156090bb065a904ef081f1710b3ccec3174cbfac /vconsole.conf.5.txt
parentd129fef076e6dd4ba1b12717880cfa4f4f6ef1bf (diff)
downloadinitscripts-2b61b73f1768af155b817fa760fe5fe54aab1095.tar.xz
man: minor fixes and typesetting
This attempts to unify the look of the man pages. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'vconsole.conf.5.txt')
-rw-r--r--vconsole.conf.5.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/vconsole.conf.5.txt b/vconsole.conf.5.txt
index 956ca6a..456db58 100644
--- a/vconsole.conf.5.txt
+++ b/vconsole.conf.5.txt
@@ -14,18 +14,16 @@ SYNOPSIS
DESCRIPTION
-----------
-
The /etc/vconsole.conf file configures the virtual console, i.e. keyboard mapping and console font.
The basic file format of the vconsole.conf is a newline-separated list environment-like shell-compatible variable assignments. It is
possible to source the configuration from shell scripts, however, beyond mere variable assignments no shell features are supported,
allowing applications to read the file without implementing a shell compatible execution engine.
-In Arch /etc/rc.conf is also checked for vconsole configuration as well, however only as fallback, as described below.
+In Arch /etc/rc.conf is checked for vconsole configuration as well as described below, however only as fallback.
OPTIONS
-------
-
The following options are understood:
*KEYMAP=*
@@ -53,7 +51,6 @@ EXAMPLE
SEE ALSO
--------
-
systemd.vconsole.conf(5), loadkeys(1), setfont(8), rc.conf(5)
AUTHORS