diff options
author | Tom Gundersen <teg@jklm.no> | 2011-12-31 15:57:26 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-12-31 15:57:26 +0100 |
commit | 6e62ab6a4346023674c7304cf05a5dfebdb265ba (patch) | |
tree | 9c03da5631ca25ab04458dc400fef8d53941b186 /rc.conf.5.txt | |
parent | 01d63db53ee869ba6b9d02b61311ef26b299b791 (diff) |
man: minor fixups2012.01.1
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf.5.txt')
-rw-r--r-- | rc.conf.5.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/rc.conf.5.txt b/rc.conf.5.txt index 5fdab4d..a32f1d1 100644 --- a/rc.conf.5.txt +++ b/rc.conf.5.txt @@ -39,6 +39,7 @@ Default: empty How to interpret/update the hardware clock. (used by hwclock) Options: + - empty: fall back to the value in /var/lib/hwclock/adjfile, which defaults to UTC. This is recommended as other users of hwclock might change adjfile and hence cause rc.conf and adjfile to be out of sync. - "UTC": most robust, allows operating systems to abstract local time and ease DST. @@ -51,16 +52,16 @@ Default: empty *KEYMAP=* -Defines the keymap to load with the loadkeys program on bootup. -Possible keymaps are found in /usr/share/kbd/keymaps. Please note that this -setting is only valid for your TTYs, not any graphical window managers or X. -KEYMAP in /etc/vconsole.conf takes precedence. +Defines the keymap to load with the loadkeys program on boot. Possible keymaps are +found in /usr/share/kbd/keymaps. Please note that this setting is only valid for +your TTYs, not any graphical window managers or X. KEYMAP in /etc/vconsole.conf takes +precedence. Defalut: empty *CONSOLEFONT=* -Defines the console font to load with the setfont program on bootup. +Defines the console font to load with the setfont program on boot. Possible fonts are found in /usr/share/kbd/consolefonts (only needed for non-US). FONT in /etc/vconsole.conf takes precedence. @@ -68,7 +69,7 @@ Default: empty *CONSOLEMAP=* -Defines the console map to load with the setfont program on bootup. Possible maps are found in +Defines the console map to load with the setfont program on boot. Possible maps are found in /usr/share/kbd/consoletrans. Set this to a map suitable for the appropriate locale (8859-1 for Latin1, for example) if you're using an UTF-8 locale and use programs that generate 8-bit output. If you're using X11 for everyday work, don't bother, as it only affects the output of Linux console applications. |