mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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:
parent
289207bab6
commit
a1b60e222a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user