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