diff options
Diffstat (limited to 'chapter09/clock.xml')
-rw-r--r-- | chapter09/clock.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter09/clock.xml b/chapter09/clock.xml index 872ba677c..585017e35 100644 --- a/chapter09/clock.xml +++ b/chapter09/clock.xml @@ -16,7 +16,7 @@ <para>This section discusses how to configure the <command>systemd-timedated</command> system service, which configures - system clock and timezone.</para> + the system clock and timezone.</para> <para>If you cannot remember whether or not the hardware clock is set to UTC, find out by running the <userinput>hwclock --localtime --show</userinput> @@ -30,7 +30,7 @@ time.</para> <para><command>systemd-timedated</command> reads <filename>/etc/adjtime</filename>, - and depending on the contents of the file, it sets the clock to either UTC or + and depending on the contents of the file, sets the clock to either UTC or local time.</para> <para>Create the <filename>/etc/adjtime</filename> file with the following contents @@ -59,7 +59,7 @@ EOF</userinput></screen> <screen role="nodump"><userinput>timedatectl set-time YYYY-MM-DD HH:MM:SS</userinput></screen> - <para>Hardware clock will also be updated accordingly.</para> + <para>The hardware clock will also be updated accordingly.</para> <para>To change your current time zone, issue:</para> |