diff options
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> |