diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:20:27 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:20:27 +0000 |
commit | aa69c5d91570efc0d5f1cc97ed46363563abb961 (patch) | |
tree | 356d3541d6ac88043b42a17b0d55f402dd1987f7 /chapter06 | |
parent | 148c20723077988ee83b58f7c7947d864fb13f5d (diff) |
Fixes requested by Zack.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 5947d38c9..1d2df60b2 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -29,7 +29,7 @@ mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin && mv /usr/bin/{touch,true,uname,vdir} /bin mv /usr/bin/chroot /usr/sbin</userinput></screen></para> -<para>Finally, create a few necessary symlinks</para> +<para>Finally, create a few necessary symlinks:</para> <para><screen><userinput>ln -s test /bin/[ ln -s ../../bin/install /usr/bin</userinput></screen></para> |