aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-17 19:29:14 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-17 19:29:14 +0000
commit48826edeb37ae113a515477da7e1faad5190b32a (patch)
treed3d41798827e2d1594d883456bcdc238066ad614 /chapter09
parentc8428fbe0f6dc5095c6bd6d1ce873f475809440e (diff)
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/theend.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 76f00c649..66dabaf26 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -30,7 +30,7 @@ the strip man page for other strip options you can use. The general idea
is to not run strip on libraries (other than --strip-debug) just to be
on the safe side.</para>
-<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,/lib} -type f \
+<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
&nbsp;&nbsp;&nbsp;-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
<para>It may be a good idea to create the $LFS/etc/lfs-&version; file. By