diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/adjusting.xml | 3 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 3db93f0d6..8d8608c63 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -252,8 +252,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 |