diff options
Diffstat (limited to 'chapter05/lockingglibc.xml')
-rw-r--r-- | chapter05/lockingglibc.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 2851750a7..dbb5c2872 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -53,8 +53,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen></para> <para>If everything is working correctly, there should be no errors, and the output of the last command will be:</para> -<para><screen>[Requesting program interpreter: /tools/lib/ld-linux.so.2] -</screen></para> +<blockquote><screen>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</screen></blockquote> <para>If you did not receive the output as shown above, then something is seriously wrong. You will need to investigate and retrace your steps to find |