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