diff options
Diffstat (limited to 'man/vconsole.conf.xml')
-rw-r--r-- | man/vconsole.conf.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index 1926f337bb..d6ac579918 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -22,7 +22,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="hostname"> +<refentry id="vconsole.conf"> <refentryinfo> <title>vconsole.conf</title> <productname>systemd</productname> @@ -59,20 +59,21 @@ and console font.</para> <para>The basic file format of the - <filename>vconsole.conf</filename> is a set of - 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 - containing a shell compatible execution engine.</para> + <filename>vconsole.conf</filename> 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.</para> <para>Note that the kernel command line options <varname>vconsole.keymap=</varname>, <varname>vconsole.keymap.toggle=</varname>, <varname>vconsole.font=</varname>, <varname>vconsole.font.map=</varname>, - <varname>vconsole.font.unimap=</varname> can be used + <varname>vconsole.font.unimap=</varname> may be used to override the console settings at boot.</para> <para>Depending on the operating system other |