diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:24:06 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:24:06 +0000 |
commit | f4993cfc75b05e310e5c9f4821fec8526ab4701d (patch) | |
tree | ea1b3172bf48d754412c8bcb500f50a031538d84 /chapter05/gcc-pass2.xml | |
parent | 58882995289b0b69420b13297bf87c4b4d398192 (diff) |
Small textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index b00a99878..0e368c38a 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -64,8 +64,8 @@ ensures that our new dynamic linker gets used during the actual build of GCC. That is, all the final (and temporary) binaries created during the build will link against the new Glibc.</para> -<important><para>These patches are <emphasis>critical</emphasis> in ensuring a -successful overall build. Do not forget to apply them.</para></important> +<important><para>The above patches are <emphasis>critical</emphasis> in ensuring +a successful overall build. Do not forget to apply them.</para></important> <para>Create a separate build directory again:</para> |