aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-25 00:01:04 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-25 00:01:04 +0000
commitecbc2ff441fa20cf9b1a3a46b3c88720a92300a1 (patch)
tree6ec9a140cd195f6fa22ef814976967de74ae1542
parent7725e5c221eaab8428dde68144dfa65919c8180b (diff)
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/coreutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index b6c922836..779ea5924 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -120,7 +120,7 @@
<screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
-mv -v /usr/bin/{rmdir,stty,sync,true,uname,test/[} /bin
+mv -v /usr/bin/{rmdir,stty,sync,true,uname,test,[} /bin
mv -v /usr/bin/chroot /usr/sbin
mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>