aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/functions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/functions.xml')
-rw-r--r--chapter07/functions.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter07/functions.xml b/chapter07/functions.xml
index 10b53f501..37435e23a 100644
--- a/chapter07/functions.xml
+++ b/chapter07/functions.xml
@@ -6,7 +6,8 @@ A new file <filename>/etc/init.d/functions</filename> is created containing
the following:
</para>
-<literallayout>
+<para>
+<screen>
<userinput>cat &gt; functions &lt;&lt; "EOF"</userinput>
#!/bin/sh
# Begin /etc/init.d/functions
@@ -484,7 +485,8 @@ statusproc()
# End /etc/init.d/functions
<userinput>EOF</userinput>
-</literallayout>
+</screen>
+</para>
</sect1>