bill's typo fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2430 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-02-05 18:49:38 +00:00
parent 1d1c024b55
commit fb53a94d74
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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>