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