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 | |
parent | 148c20723077988ee83b58f7c7947d864fb13f5d (diff) |
Fixes requested by Zack.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter06/coreutils-inst.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a18f2ded9..3bb668244 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -68,7 +68,7 @@ </itemizedlist> </para></listitem> -<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Install Coreutils: +<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Coreutils: Fix some functionality of the uname command with a patch.</para></listitem> <listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Net-tools: 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> |