aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter05/glibc.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index a8ce5fd41..ba613e204 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -200,9 +200,8 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
- <para>Note that <filename class="directory">/tools/lib</filename>, or
- <filename class="directory">/tools/lib64</filename> for 64-bit machines
- appears as the prefix of the dynamic linker.</para>
+ <para>Note that for 64-bit machines, the interpreter name will be
+ <filename>/tools/lib64/ld-linux-x86-64.so.2</filename>.</para>
<para>If the output is not shown as above or there was no output at all,
then something is wrong. Investigate and retrace the steps to find out