mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-17 09:45:10 +01:00
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:
parent
1d1c024b55
commit
fb53a94d74
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user