Browse Source

Moving two opening tags away from end-of-line, to prevent #13.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud 22 years ago
parent
commit
ec0ce9caba
2 changed files with 6 additions and 6 deletions
  1. 3 3
      chapter06/gcc-inst.xml
  2. 3 3
      chapter06/glibc-inst.xml

+ 3 - 3
chapter06/gcc-inst.xml

@@ -3,9 +3,9 @@
 <sect2>
 <title>Installation of GCC</title>
 
-<note><para>The test suite for GCC in this section is considered <emphasis>
-critical</emphasis>. Our advice is to not skip it under any
-circumstances.</para></note>
+<note><para>The test suite for GCC in this section is considered
+<emphasis>critical</emphasis>. Our advice is to not skip it under any
+circumstance.</para></note>
 
 <para>This package is known to behave badly when you have changed its
 default optimization flags (including the -march and -mcpu options).

+ 3 - 3
chapter06/glibc-inst.xml

@@ -9,9 +9,9 @@ at <filename>/tools</filename>. We cannot adjust the specs and linker before
 the Glibc install, because the Glibc autoconf tests would then give bogus
 results and thus defeat our goal of achieving a clean build.</para>
 
-<note><para>The test suite for Glibc in this section is considered <emphasis>
-critical</emphasis>. Our advice is to not skip it under any
-circumstances.</para></note>
+<note><para>The test suite for Glibc in this section is considered
+<emphasis>critical</emphasis>. Our advice is to not skip it under any
+circumstance.</para></note>
 
 <para>Before starting to build Glibc, remember to unpack the Glibc-linuxthreads
 again inside the <filename>glibc-&glibc-version;</filename> directory, and to