aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/clock.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-12 21:04:48 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-12 21:04:48 +0000
commit9e7475a6c30cbc40d2cf69118ea65d682189b091 (patch)
tree0fcb373ca419a2f077f38c9eee6c452cc4cd86bf /chapter09/clock.xml
parenta3d0817020eee2b1ea6ebfe10f3a0ea9e26829be (diff)
Updates to chapter09 for systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/clock.xml')
-rw-r--r--chapter09/clock.xml6
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>