diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-01-22 01:17:42 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-01-22 01:17:42 +0100 |
commit | 2990e5a2e3ec06180ebe63448239e1cdad7878dd (patch) | |
tree | f8710a522ca6cbb9bc9e6c5a6f0cdfed0ee47d9c /conf.d/hwclock | |
parent | 85c90f9a1d6163c97e22570b7405be78b556626c (diff) |
Whitespace
Diffstat (limited to 'conf.d/hwclock')
-rw-r--r-- | conf.d/hwclock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/hwclock b/conf.d/hwclock index 4e66ff95..a94cdb27 100644 --- a/conf.d/hwclock +++ b/conf.d/hwclock @@ -1,10 +1,10 @@ # Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as -# Greenwich Mean Time). If that clock is set to the local time, then -# set CLOCK to "local". Note that if you dual boot with Windows, then +# Greenwich Mean Time). If that clock is set to the local time, then +# set CLOCK to "local". Note that if you dual boot with Windows, then # you should set it to "local". clock="UTC" -# If you want to set the Hardware Clock to the current System Time +# If you want to set the Hardware Clock to the current System Time # (software clock) during shutdown, then say "YES" here. # You normally don't need to do this if you run a ntp daemon. clock_systohc="NO" @@ -16,7 +16,7 @@ clock_systohc="NO" # never be saved to the hardware clock unless you set # clock_systohc="YES" above. clock_hctosys="YES" - + # If you wish to pass any other arguments to hwclock during bootup, # you may do so here. Alpha users may wish to use --arc or --srm here. clock_args="" |