From 6267e8ec359d9a3746be42d0728f7aa197fa48e5 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Wed, 8 Oct 2003 04:49:02 +0000 Subject: [PATCH] Text adjustment. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/lockingglibc.xml | 17 ++++++++--------- chapter06/adjustingtoolchain.xml | 13 ++++++------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 4dfb94ab2..94ab49e91 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -59,16 +59,15 @@ output of the last command will be:
[Requesting program interpreter: /tools/lib/ld-linux.so.2]
-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 /tools/lib appears -as the prefix of our dynamic linker. Of course, if you are working on a +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 /tools/lib +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 -ld-linux.so.2, then the output will be slightly different. - +ld-linux.so.2, then the output will be slightly +different. Once you are satisfied that all is well, clean up the test files: diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index c71fea124..f3bfbea11 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -69,13 +69,12 @@ output of the last command will be:
[Requesting program interpreter: /lib/ld-linux.so.2]
-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 /lib now appears as -the prefix of our dynamic linker. Of course, if you are working on a platform +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 /lib 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 ld-linux.so.2, then the output will be slightly different.