aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bootscripts-inst.xml2
-rw-r--r--chapter06/ncurses-exp.xml2
-rw-r--r--chapter06/sysvinit-inst.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml
index 56db4a0bf..f59b966a8 100644
--- a/chapter06/bootscripts-inst.xml
+++ b/chapter06/bootscripts-inst.xml
@@ -8,7 +8,7 @@ scripts at <ulink
url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>.</para>
<para>If you decide to use BSD style, or some other style scripts, you can
-skip chapter 7 when you arive at it and move on to chapter 8.</para>
+skip chapter 7 when you arrive at it and move on to chapter 8.</para>
<para>Install LFS-Bootscripts by running the following command:</para>
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml
index 963e34aa2..95d079dff 100644
--- a/chapter06/ncurses-exp.xml
+++ b/chapter06/ncurses-exp.xml
@@ -21,7 +21,7 @@ programs try to link using -lcurses instead of -lncurses. This symlink
ensures that such programs will link without errors.</para>
<para><userinput>ln -sf ../../lib/libncurses.so etc:</userinput> These
-symlinks are created to tidy up the installation. It's good practise to
+symlinks are created to tidy up the installation. It's good practice to
have the *.so files in /usr/lib as well as in /lib, to ensure that the
linker is always able to find the files whether it's looking in /lib or
/usr/lib.</para>
diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml
index 514a9cdf2..11e52b066 100644
--- a/chapter06/sysvinit-inst.xml
+++ b/chapter06/sysvinit-inst.xml
@@ -6,7 +6,7 @@ the system) the init program is going to send the TERM and KILL signals
to all the processes that init started. But init prints a message to the
screen saying "sending all processes the TERM signal" and the same for the
KILL signal. This seems to imply that init sends this signal to all the
-currently running processes, bu this isn't the case. To avoid this
+currently running processes, but this isn't the case. To avoid this
confusion, you can change the init.c file so that the sentence reads
"sending all processes started by init the TERM signal" by running the
following commands. If you don't want to change it, skip it.</para>