aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-03-24 12:11:57 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-03-24 12:11:57 -0500
commitbcb20b4701e957f150c8358a919093aa5d3fd8f0 (patch)
tree53dfdbf9ea3055ae96e33bf86e54157d37fca34f /chapter09
parentd54813bc0cee6979c64e5293e0cf664beba0320e (diff)
Speling
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/inputrc.xml2
-rw-r--r--chapter09/systemd-custom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/inputrc.xml b/chapter09/inputrc.xml
index de5401d2c..cf501c393 100644
--- a/chapter09/inputrc.xml
+++ b/chapter09/inputrc.xml
@@ -42,7 +42,7 @@
# Allow the command prompt to wrap to the next line
set horizontal-scroll-mode Off
-# Enable 8bit input
+# Enable 8-bit input
set meta-flag On
set input-meta On
diff --git a/chapter09/systemd-custom.xml b/chapter09/systemd-custom.xml
index 085b983c5..22fb32525 100644
--- a/chapter09/systemd-custom.xml
+++ b/chapter09/systemd-custom.xml
@@ -163,7 +163,7 @@ EOF</userinput></screen>
<listitem>
<para><command>systemctl show -p Wants <replaceable>&lt;multi-user.target&gt;</replaceable></command>:
shows all units that depend on the multi-user target. Targets are
- special unit files that are anogalous to runlevels under
+ special unit files that are analogous to runlevels under
SysVinit.</para>
</listitem>
<listitem>