diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-11 22:02:32 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-11 22:02:32 +0000 |
commit | a0b689e8b09aaef27c73a8728aa3341f652bc098 (patch) | |
tree | 526d45f42b46f42ddb2b792285a2b0e3ba6d30d6 /chapter05/binutils-pass1.xml | |
parent | c91dd5bfd04b3188fd81bfe9c93d4a6985fdc0d5 (diff) |
Adapting the title of the 'Locking in' section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 34883a596..25cc593f4 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -83,7 +83,7 @@ the second pass.</para> <screen><userinput>make install</userinput></screen> -<para>Now prepare the linker for the "locking in" of Glibc later on:</para> +<para>Now prepare the linker for the "Adjusting" phase later on:</para> <screen><userinput>make -C ld clean make -C ld LDFLAGS="-all-static" LIB_PATH=/tools/lib</userinput></screen> @@ -107,9 +107,9 @@ chapter.</para></listitem> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> -<warning><para>Do not yet remove the Binutils build and source directories. You -will need them again in their current state a bit further on in this -chapter.</para></warning> +<warning><para><emphasis>Do not yet remove</emphasis> the Binutils build and +source directories. You will need them again in their current state a bit +further on in this chapter.</para></warning> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> |