Fix example output in adjusted search path

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-04-02 20:42:46 +00:00
parent 289207bab6
commit a1b60e222a

View File

@ -84,8 +84,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
and the output of the last command (allowing for platform-specific target triplets) and the output of the last command (allowing for platform-specific target triplets)
will be:</para> will be:</para>
<screen><computeroutput>SEARCH_DIR("/tools/i686-pc-linux-gnu/lib") <screen><computeroutput>SEARCH_DIR("/usr/lib")
SEARCH_DIR("/usr/lib")
SEARCH_DIR("/lib");</computeroutput></screen> SEARCH_DIR("/lib");</computeroutput></screen>
<para os="l">Next make sure that we're using the correct libc:</para> <para os="l">Next make sure that we're using the correct libc:</para>