diff options
Diffstat (limited to 'chapter05/stripping.xml')
-rw-r--r-- | chapter05/stripping.xml | 5 |
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 |