aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/adjusting.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
committerKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
commitf19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch)
tree2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter05/adjusting.xml
parentea148539cb6d721406ec923a36e8c9348a89c4cb (diff)
Add missing colons wherever we expect the builder to key in the userinput.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r--chapter05/adjusting.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml
index 4e9727fc7..bad013455 100644
--- a/chapter05/adjusting.xml
+++ b/chapter05/adjusting.xml
@@ -19,7 +19,7 @@
to be renamed so that it can be properly found and used. First, backup the
original linker, then replace it with the adjusted linker. We'll also
create a link to its counterpart in <filename class="directory">
- /tools/$(gcc -dumpmachine)/bin</filename></para>
+ /tools/$(gcc -dumpmachine)/bin</filename>:</para>
<screen><userinput>mv -v /tools/bin/{ld,ld-old}
mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
@@ -37,7 +37,7 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
<para>For the sake of accuracy, it is recommended to use a copy-and-paste
method when issuing the following command. Be sure to visually inspect the
specs file and verify that all occurrences of <quote>/lib/ld-linux.so.2</quote>
- have been replaced with <quote>/tools/lib/ld-linux.so.2</quote>.</para>
+ have been replaced with <quote>/tools/lib/ld-linux.so.2</quote>:</para>
<important>
<para>If working on a platform where the name of the dynamic linker is