diff --git a/appendixa/sysvinit-dep.xml b/appendixa/sysvinit-dep.xml
index 38f706f99..23f034d1e 100644
--- a/appendixa/sysvinit-dep.xml
+++ b/appendixa/sysvinit-dep.xml
@@ -1,3 +1,5 @@
+
+
Sysvinit Installation Dependencies
diff --git a/appendixa/sysvinit-desc.xml b/appendixa/sysvinit-desc.xml
index 77ab50913..532cd102f 100644
--- a/appendixa/sysvinit-desc.xml
+++ b/appendixa/sysvinit-desc.xml
@@ -1,14 +1,10 @@
-Contents of Sysvinit
+
+
+Descriptions
Last checked against version &sysvinit-contversion;.
-Program Files
-halt, init, killall5, last, lastb (link to last), mesg, pidof
-(link to killall5), poweroff (link to halt), reboot (link to halt),
-runlevel, shutdown, sulogin, telinit (link to init), utmpdump and
-wall
-
-Descriptions
+Program file descriptions
halt
halt notes, in the file /var/log/wtmp, that the system is being
diff --git a/appendixa/sysvinit-shortdesc.xml b/appendixa/sysvinit-shortdesc.xml
new file mode 100644
index 000000000..a59e5042b
--- /dev/null
+++ b/appendixa/sysvinit-shortdesc.xml
@@ -0,0 +1,17 @@
+Contents of Sysvinit
+
+Last checked against version &sysvinit-contversion;.
+
+The Sysvinit package contains programs to control the
+startup, running and shutdown of all other programs.
+
+Sysvinit installs the following:
+
+Program Files
+halt, init, killall5, last, lastb (link to last), mesg, pidof
+(link to killall5), poweroff (link to halt), reboot (link to halt),
+runlevel, shutdown, sulogin, telinit (link to init), utmpdump and
+wall
+
+
+
diff --git a/appendixa/sysvinit.xml b/appendixa/sysvinit.xml
index 006b6d750..07afe660c 100644
--- a/appendixa/sysvinit.xml
+++ b/appendixa/sysvinit.xml
@@ -3,6 +3,7 @@
&aa-sysvinit-down;
+&aa-sysvinit-shortdesc;
&aa-sysvinit-desc;
&aa-sysvinit-dep;
diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml
index ca0f81f1b..f617a5d9c 100644
--- a/chapter06/sysvinit-inst.xml
+++ b/chapter06/sysvinit-inst.xml
@@ -1,3 +1,5 @@
+
+
Installation of Sysvinit
@@ -6,18 +8,21 @@ 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
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",
-by running the following commands. If you don't want to change it,
-skip it.
+that the sentence reads "Sending processes started by init the TERM signal".
+
+Edit the halt message:
cp src/init.c{,.backup} &&
sed 's/Sending processes/Sending processes started by init/g' \
src/init.c.backup > src/init.c
-Install Sysvinit by running the following commands:
+Compile Sysvinit:
-make -C src &&
-make -C src install
+make -C src
+
+Finish installing the package:
+
+make -C src install
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml
index f2eea3155..4d96ca325 100644
--- a/chapter06/sysvinit.xml
+++ b/chapter06/sysvinit.xml
@@ -5,8 +5,8 @@
Estimated build time: &sysvinit-time;
Estimated required disk space: &sysvinit-compsize;
-&c6-sysvinit-inst;
-&aa-sysvinit-desc;
+&aa-sysvinit-shortdesc;
&aa-sysvinit-dep;
+&c6-sysvinit-inst;
diff --git a/entities/sysvinit.ent b/entities/sysvinit.ent
index 752791f61..a68c09919 100644
--- a/entities/sysvinit.ent
+++ b/entities/sysvinit.ent
@@ -8,6 +8,7 @@
+