Pārlūkot izejas kodu

Corrected some erroneous text in the Coreutils instructions, thanks to Greg Shafer for pointing it out

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 gadi atpakaļ
vecāks
revīzija
f3c13ba37e
2 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. 3 2
      chapter05/coreutils.xml
  2. 3 2
      chapter06/coreutils.xml

+ 3 - 2
chapter05/coreutils.xml

@@ -43,8 +43,9 @@
   <sect2 role="installation">
     <title>Installation of Coreutils</title>
 
-    <para>Coreutils sometimes fails to buld when using an old kernel so apply
-    a patch:</para>
+    <para>There's an internal issue with Coreutils which makes some of the
+    programs behave abnormally if you build using an older kernel. Apply a
+    patch to fix the issue:</para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen>
 

+ 3 - 2
chapter06/coreutils.xml

@@ -48,8 +48,9 @@
 
 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
 
-    <para>Coreutils sometimes fails to buld when using an old kernel so apply
-    a patch:</para>
+    <para>There's an internal issue with Coreutils which makes some of the
+    programs behave abnormally if you build using an older kernel. Apply a
+    patch to fix the issue:</para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen>