diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-18 14:49:40 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-18 14:49:40 -0600 |
commit | 9904ecb1de9e4bde5a4b86756a5fdcaf557fdb34 (patch) | |
tree | 679b040da8efb20d3b1909d11fd5521ca355f84b /chapter09 | |
parent | 9f0a6427ab4b1ec8a20c6a596810831303e5e68a (diff) |
Spelling/Typos
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/systemd-custom.xml | 2 | ||||
-rw-r--r-- | chapter09/usage.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/systemd-custom.xml b/chapter09/systemd-custom.xml index bab18eb6d..085b983c5 100644 --- a/chapter09/systemd-custom.xml +++ b/chapter09/systemd-custom.xml @@ -123,7 +123,7 @@ cp /usr/lib/tmpfiles.d/tmp.conf /etc/tmpfiles.d</userinput></screen> <sect2> <title>Overriding Default Services Behavior</title> - <para>The parameters of a unit can be overriden by creating a directory + <para>The parameters of a unit can be overridden by creating a directory and a configuration file in <filename class="directory">/etc/systemd/system</filename>. For example:</para> diff --git a/chapter09/usage.xml b/chapter09/usage.xml index ffb31055d..a723099e4 100644 --- a/chapter09/usage.xml +++ b/chapter09/usage.xml @@ -292,7 +292,7 @@ EOF</userinput></screen> at <ulink url="&hints-root;time.txt"/>. It explains issues such as time zones, UTC, and the <envar>TZ</envar> environment variable.</para> - <note><para>The CLOCKPARAMS and UTC paramaters may also be set + <note><para>The CLOCKPARAMS and UTC parameters may also be set in the <filename>/etc/sysconfig/rc.site</filename> file.</para></note> </sect2> |