aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysvinit-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/sysvinit-inst.xml')
-rw-r--r--chapter06/sysvinit-inst.xml5
1 files changed, 3 insertions, 2 deletions
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 @@
<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>