diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-10 21:54:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-10 21:54:19 +0000 |
commit | 7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e (patch) | |
tree | d68b7391b0d003715a45408476c7c533e379a76a /chapter06/sysvinit.xml | |
parent | e80267c363a9d95b305ac6870b3c0fdb5c0dfa68 (diff) |
Minor text and punctuation updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 6394b4e05..33376f7c2 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -141,7 +141,7 @@ <listitem> <para>The first process to be started when the kernel has initialized the hardware which takes over the boot process and starts all the - proceses it is instructed to</para> + proceses specified in its configuration file</para> <indexterm zone="ch-system-sysvinit init-sysv"> <primary sortas="b-init">init</primary> </indexterm> @@ -152,8 +152,7 @@ <term><command>killall5</command></term> <listitem> <para>Sends a signal to all processes, except the processes in its own - session so it will not kill the shell running the script that called - it</para> + session so it will not kill its parent shell</para> <indexterm zone="ch-system-sysvinit killall5"> <primary sortas="b-killall5">killall5</primary> </indexterm> |