aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/sysklogd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/sysklogd.xml')
-rw-r--r--chapter07/sysklogd.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml
index 81feb1e79..6cf8c1d12 100644
--- a/chapter07/sysklogd.xml
+++ b/chapter07/sysklogd.xml
@@ -1,14 +1,10 @@
<sect1 id="ch07-sysklogd">
<title>Creating the sysklogd script</title>
-<para>
-Create the <filename>/etc/init.d/sysklogd</filename> script by running
-the following command:
-</para>
-
-<para>
-<screen>
-<userinput>cat &gt; sysklogd &lt;&lt; "EOF"</userinput>
+<para>Create the <filename>/etc/init.d/sysklogd</filename> script by running
+the following command:</para>
+
+<para><screen><userinput>cat &gt; sysklogd &lt;&lt; "EOF"</userinput>
#!/bin/sh
# Begin /etc/init.d/sysklogd
@@ -59,9 +55,7 @@ case "$1" in
esac
# End /etc/init.d/sysklogd
-<userinput>EOF</userinput>
-</screen>
-</para>
+<userinput>EOF</userinput></screen></para>
</sect1>