瀏覽代碼

typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 年之前
父節點
當前提交
48826edeb3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter09/theend.xml

+ 1 - 1
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