aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-03-02 23:24:37 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-03-02 23:24:37 +0000
commit09ec1f4110fef5332a6b7f8b555d311462d15f45 (patch)
tree6bf192277a8bc721794847fc3e70e6ef999da018
parent19f8a620a823825993a4e910a580cd8d1ed552f6 (diff)
'Refer back' is redundant.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7954 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/adjusting.xml2
-rw-r--r--chapter06/readjusting.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml
index bca6d56fb..16c1d5624 100644
--- a/chapter05/adjusting.xml
+++ b/chapter05/adjusting.xml
@@ -43,7 +43,7 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
<para>If working on a platform where the name of the dynamic linker is
something other than <filename class="libraryfile">ld-linux.so.2</filename>,
replace <quote>ld-linux.so.2</quote> with the name of the platform's
- dynamic linker in the following commands. Refer back to <xref
+ dynamic linker in the following commands. Refer to <xref
linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para>
</important>
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml
index 3107168fa..91a7bc0de 100644
--- a/chapter06/readjusting.xml
+++ b/chapter06/readjusting.xml
@@ -48,7 +48,7 @@ perl -p -e 's@/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g;' \
<para>If working on a platform where the name of the dynamic linker is
something other than <filename class="libraryfile">ld-linux.so.2</filename>,
substitute <quote>ld-linux.so.2</quote> with the name of the platform's
- dynamic linker in the above commands. Refer back to <xref
+ dynamic linker in the above commands. Refer to <xref
linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para>
</important>