瀏覽代碼

Text adjustment.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 年之前
父節點
當前提交
6267e8ec35
共有 2 個文件被更改,包括 14 次插入16 次删除
  1. 8 9
      chapter05/lockingglibc.xml
  2. 6 7
      chapter06/adjustingtoolchain.xml

+ 8 - 9
chapter05/lockingglibc.xml

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

+ 6 - 7
chapter06/adjustingtoolchain.xml

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