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
This commit is contained in:
Alex Gronenwoud 2003-10-04 10:19:24 +00:00
parent 35c2fa60b9
commit ec0ce9caba
2 changed files with 6 additions and 6 deletions

View File

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

View File

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