Text adjustment.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-10-08 04:49:02 +00:00
parent 76b9eb4d79
commit 6267e8ec35
2 changed files with 14 additions and 16 deletions

View File

@ -59,16 +59,15 @@ output of the last command will be:</para>
<blockquote><screen>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</screen></blockquote> <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 <para>If you did not receive the output as shown above, or received no output at
seriously wrong. This includes if the output of the command is blank! all, then something is seriously wrong. You will need to investigate and retrace
You will need to investigate and retrace your steps to find your steps to find out where the problem is and correct it. There is no point in
out where the problem is and correct it. There is no point in continuing continuing until this is done. Most likely something went wrong with the specs
until this is done. Most likely something went wrong with the specs file file amendment above. Note especially that <filename>/tools/lib</filename>
amendment above. Note especially that <filename>/tools/lib</filename> appears appears as the prefix of our dynamic linker. Of course, if you are working on a
as the prefix of our dynamic linker. Of course, if you are working on a
platform where the name of the dynamic linker is something other than platform where the name of the dynamic linker is something other than
<filename>ld-linux.so.2</filename>, then the output will be slightly different. <filename>ld-linux.so.2</filename>, then the output will be slightly
</para> different.</para>
<para>Once you are satisfied that all is well, clean up the test files:</para> <para>Once you are satisfied that all is well, clean up the test files:</para>

View File

@ -69,13 +69,12 @@ output of the last command will be:</para>
<blockquote><screen>[Requesting program interpreter: /lib/ld-linux.so.2]</screen></blockquote> <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 <para>If you did not receive the output as shown above, or received no output at
seriously wrong. This includes the output of the above command being empty! all, then something is seriously wrong. You will need to investigate and retrace
You will need to investigate and retrace your steps to find your steps to find out where the problem is and correct it. There is no point in
out where the problem is and correct it. There is no point in continuing continuing until this is done. Most likely something went wrong with the specs
until this is done. Most likely something went wrong with the specs file file amendment above. Note especially that <filename>/lib</filename> now appears
amendment above. Note especially that <filename>/lib</filename> now appears as as the prefix of our dynamic linker. Of course, if you are working on a platform
the prefix of our dynamic linker. Of course, if you are working on a platform
where the name of the dynamic linker is something other than where the name of the dynamic linker is something other than
<filename>ld-linux.so.2</filename>, then the output will be slightly <filename>ld-linux.so.2</filename>, then the output will be slightly
different.</para> different.</para>