aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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 /chapter06
parent19f8a620a823825993a4e910a580cd8d1ed552f6 (diff)
'Refer back' is redundant.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7954 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/readjusting.xml2
1 files changed, 1 insertions, 1 deletions
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>