From fb53a94d74e1945f1daef0718a68fd0a65d1791e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 5 Feb 2003 18:49:38 +0000 Subject: [PATCH] bill's typo fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2430 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/revisedchroot.xml | 2 +- chapter06/sysvinit-inst.xml | 5 +++-- 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 /static/bin, such as bash, -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. 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 @@ 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". +that the sentence reads "Sending processes started by init the TERM +signal". Edit the halt message: