aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-02-05 18:49:38 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-02-05 18:49:38 +0000
commitfb53a94d74e1945f1daef0718a68fd0a65d1791e (patch)
treef75a9c61dff7ef2331592a910a6ecee0e6f698ad
parent1d1c024b557f1540beec48bac5b3246b03df58d3 (diff)
bill's typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2430 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/revisedchroot.xml2
-rw-r--r--chapter06/sysvinit-inst.xml5
2 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index ce9bdc425..9ec574a91 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -7,7 +7,7 @@ it, you need to run the following modified chroot command. The one at the
beginning of this chapter might not work anymore (if your host distribution
was based on glibc-2.2.x or older, the programs in <filename
class="directory">/static/bin</filename>, such as <filename>bash</filename>,
-will not work anymore). The following chroot command will work irregardless
+will not work anymore). The following chroot command will work regardless
of your host distribution's Glibc version.</para>
<para>Additionally, now that all software has been installed there is no
diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml
index f617a5d9c..8ec1ffe00 100644
--- a/chapter06/sysvinit-inst.xml
+++ b/chapter06/sysvinit-inst.xml
@@ -5,10 +5,11 @@
<para>When run levels are changed (for example, when halting the system),
init sends the TERM and KILL signals to the processes which it started.
-init prints "Sending processes the TERM signal" to the screen. This seems
+Init prints "Sending processes the TERM signal" to the screen. This seems
to imply that init is sending these signals to all the currently running
processes. To avoid this confusion, the init.c file can be modified, so
-that the sentence reads "Sending processes started by init the TERM signal".</para>
+that the sentence reads "Sending processes started by init the TERM
+signal".</para>
<para>Edit the halt message:</para>