diff options
-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> |