diff options
Diffstat (limited to 'chapter07/halt.xml')
-rw-r--r-- | chapter07/halt.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter07/halt.xml b/chapter07/halt.xml index f3938d17b..f1e93bfd7 100644 --- a/chapter07/halt.xml +++ b/chapter07/halt.xml @@ -6,7 +6,8 @@ A new file <filename>/etc/init.d/halt</filename> is created containing the following: </para> -<literallayout> +<para> +<screen> <userinput>cat > halt << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/halt @@ -19,7 +20,8 @@ following: # End /etc/init.d/halt <userinput>EOF</userinput> -</literallayout> +</screen> +</para> </sect1> |