diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 23:22:07 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 23:22:07 +0000 |
commit | 21ba4e3570c1c2524b0733d492ced9634b259353 (patch) | |
tree | f5124d2e6106d2e29e5b32f79b56a90defabdbd9 /chapter01 | |
parent | 1a7aecc6119f540e24a4e8da1b583a625b5690c1 (diff) |
Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-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 |