diff options
author | Tom Gundersen <teg@jklm.no> | 2012-01-10 11:18:18 +0000 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-01-10 11:19:11 +0000 |
commit | fec4ec740946e831e35accedfbd7857af2de6c61 (patch) | |
tree | 2124a423e8c508b628f8a6d52c149d5bce73fd85 | |
parent | 3efdfe82da085888354f27565fd9c6fab3c8b5a8 (diff) |
man: fix name of adjtime file
Reported-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | rc.conf.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.conf.5.txt b/rc.conf.5.txt index a32f1d1..bb26c5c 100644 --- a/rc.conf.5.txt +++ b/rc.conf.5.txt @@ -40,8 +40,8 @@ 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. + - empty: fall back to the value in /var/lib/hwclock/adjtime, which defaults to UTC. This is recommended + as other users of hwclock might change the adjtime file and hence cause rc.conf and adjtime to be out of sync. - "UTC": most robust, allows operating systems to abstract local time and ease DST. - "localtime": apply timezone (and DST) in hardwareclock: discouraged. Choose this if you dualboot with an OS which cannot handle UTC BIOS times correctly, like Windows (note |