Changeset 8584

Show
Ignore:
Timestamp:
10/05/08 18:44:26 (2 months ago)
Author:
randy
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter05/coreutils.xml

    r8581 r8584  
    4444    <title>Installation of Coreutils</title> 
    4545 
    46     <para>Coreutils sometimes fails to buld when using an old kernel so apply 
    47     a patch:</para> 
     46    <para>There's an internal issue with Coreutils which makes some of the 
     47    programs behave abnormally if you build using an older kernel. Apply a 
     48    patch to fix the issue:</para> 
    4849 
    4950<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen> 
  • trunk/BOOK/chapter06/coreutils.xml

    r8581 r8584  
    4949<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 
    5050 
    51     <para>Coreutils sometimes fails to buld when using an old kernel so apply 
    52     a patch:</para> 
     51    <para>There's an internal issue with Coreutils which makes some of the 
     52    programs behave abnormally if you build using an older kernel. Apply a 
     53    patch to fix the issue:</para> 
    5354 
    5455<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen>