aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/stripping.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-30 06:52:46 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-30 06:52:46 +0000
commit182d5d3e50ddf048e655a7e7909ae8389e84e639 (patch)
tree37e9b3736c3282aadb1daa74c976e807b55d31da /chapter05/stripping.xml
parent863beeaa4725d490579d9f047d230318460d9a76 (diff)
Text changes in several places in Chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/stripping.xml')
-rw-r--r--chapter05/stripping.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml
index 79b023fb4..3491237ac 100644
--- a/chapter05/stripping.xml
+++ b/chapter05/stripping.xml
@@ -18,9 +18,8 @@
<screen><userinput>strip --strip-debug /tools/lib/*
strip --strip-unneeded /tools/{,s}bin/*</userinput></screen>
- <para>The last of the above commands will skip some twenty files,
- reporting that it does not recognize their file format. Most of these
- are scripts instead of binaries.</para>
+ <para>These commands will skip a number of files, reporting that it does not
+ recognize their file format. Most of these are scripts instead of binaries.</para>
<para>Take care <emphasis>not</emphasis> to use
<parameter>--strip-unneeded</parameter> on the libraries. The static