diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-04 10:19:24 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-04 10:19:24 +0000 |
commit | ec0ce9caba2e3923f8e7f81d3d766dc2b78be852 (patch) | |
tree | 721e4fc3dec294f79e9eb38a1e0278eefe38cdec /chapter06/glibc-inst.xml | |
parent | 35c2fa60b9a0c2f4c1c9c0a6015a62defce7e435 (diff) |
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
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index ab2895e23..76e595bcc 100644 --- a/chapter06/glibc-inst.xml +++ b/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 |