diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/adjkerntz | 6 | ||||
-rw-r--r-- | conf.d/hwclock | 8 | ||||
-rw-r--r-- | conf.d/keymaps | 2 | ||||
-rw-r--r-- | conf.d/moused | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/conf.d/adjkerntz b/conf.d/adjkerntz index 4dab74f7..b7291cd8 100644 --- a/conf.d/adjkerntz +++ b/conf.d/adjkerntz @@ -1,10 +1,10 @@ # Set CLOCK to "UTC" if your system clock is set to UTC (also known as -# Greenwich Mean Time). If your 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 your 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 # during shutdown, then say "YES" here. # You normally don't need to do this if you run a ntp daemon. clock_systohc="NO" 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="" diff --git a/conf.d/keymaps b/conf.d/keymaps index 1a5b9443..f2431de1 100644 --- a/conf.d/keymaps +++ b/conf.d/keymaps @@ -12,7 +12,7 @@ windowkeys="NO" extended_keymaps="" #extended_keymaps="backspace keypad euro2" -# Tell dumpkeys(1) to interpret character action codes to be +# Tell dumpkeys(1) to interpret character action codes to be # from the specified character set. # This only matters if you set unicode="yes" in /etc/rc.conf. # For a list of valid sets, run `dumpkeys --help` diff --git a/conf.d/moused b/conf.d/moused index a9d2d401..2d9bf778 100644 --- a/conf.d/moused +++ b/conf.d/moused @@ -11,6 +11,6 @@ # You can also multiplex the init script for each device like so # ln -s moused /etc/init.d/moused.ums0 -# This enables you to have a config file per mouse (forces moused_device +# This enables you to have a config file per mouse (forces moused_device # to ums0 in this case) and control each mouse. # devd can also start and stop these mice, which laptop users will find handy. |