diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 03:38:15 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 03:38:15 +0000 |
commit | 7e602eabe602030b09e5d299f8c7e5c2a751081b (patch) | |
tree | f54e772e160681a99c859ebe4e1f691aaa147e15 /chapter06/adjustingtoolchain.xml | |
parent | 72b845e68138e36852a54b46657f8db376c73e12 (diff) |
Chapter 6 - Clarify remaining PTY issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/adjustingtoolchain.xml')
-rw-r--r-- | chapter06/adjustingtoolchain.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index 1c328c2e1..14ce79020 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -46,8 +46,7 @@ readelf -l a.out | grep ': /lib'</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: /lib/ld-linux.so.2] -</screen></para> +<blockquote><screen>[Requesting program interpreter: /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 |