diff options
Diffstat (limited to 'chapter01/conventions.xml')
-rw-r--r-- | chapter01/conventions.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml index e4a1e2404..1533fc350 100644 --- a/chapter01/conventions.xml +++ b/chapter01/conventions.xml @@ -47,13 +47,15 @@ This form of text is used for hyperlinks, both within the book and to external pages such as HowTo's,download locations and websites etc. </para></blockquote> -<literallayout> +<para> +<screen> <userinput>cat > $LFS/etc/group << "EOF"</userinput> root:x:0: bin:x:1: ...... <userinput>EOF</userinput> -</literallayout> +</screen> +</para> <blockquote><para> This type of section is used mainly when creating configuration files. The |