Эх сурвалжийг харах

Fixes requested by Zack.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 жил өмнө
parent
commit
aa69c5d915

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

+ 1 - 1
chapter06/coreutils-inst.xml

@@ -29,7 +29,7 @@ mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin &amp;&amp;
 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>