diff options
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index dc02f05e5..7372e4cdd 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -52,8 +52,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen> <para>If everything is working correctly, there should be no errors, and the output of the last command will be of the form:</para> -<screen><computeroutput>[Requesting program interpreter: - /tools/lib/ld-linux.so.2]</computeroutput></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 |