diff options
Diffstat (limited to 'chapter01/conventions.xml')
-rw-r--r-- | chapter01/conventions.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml index 5d97b3673..fc9a4054a 100644 --- a/chapter01/conventions.xml +++ b/chapter01/conventions.xml @@ -5,7 +5,7 @@ <para>To make things easy to follow, there are a number of conventions used throughout the book. Following are some examples:</para> -<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> +<screen><userinput>./configure --prefix=/usr</userinput></screen> <blockquote><para>This form of text is designed to be typed exactly as seen unless otherwise noted in the surrounding text. It is also used @@ -31,12 +31,12 @@ what to type.</para></blockquote> book and to external pages such as HOWTOs, download locations and websites.</para></blockquote> -<para><screen><userinput>cat > $LFS/etc/group << "EOF"</userinput> +<screen><userinput>cat > $LFS/etc/group << "EOF"</userinput> root:x:0: bin:x:1: ...... <userinput>EOF</userinput> -</screen></para> +</screen> <blockquote><para>This type of section is used mainly when creating configuration files. The first command (in bold) tells the system to create |