aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-04 18:11:18 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-04 18:11:18 +0000
commit6a0d235ddd98210293a2f59c794af0691d0f4877 (patch)
tree354a3a3d98f8bd5d35b042f82e5795c524936c5c
parenta743ed7949ff4b234cfd53c4cccbf1f84bbcae2b (diff)
Clarify output in Chapter 6 adjusting section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/adjusting.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml
index f6b00971d..df01e9b68 100644
--- a/chapter06/adjusting.xml
+++ b/chapter06/adjusting.xml
@@ -79,7 +79,8 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
<screen os="j"><userinput>grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'</userinput></screen>
- <para os="k">The output of the last command should be:</para>
+ <para os="k">References to paths that have components with '-linux-gnu' should
+ be ignored, but otherwise the output of the last command should be:</para>
<screen><computeroutput>SEARCH_DIR("/usr/lib")
SEARCH_DIR("/lib");</computeroutput></screen>