aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 00:44:26 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 00:44:26 +0000
commitf3c13ba37e5976e46578efd66c90371d22bbdc48 (patch)
tree10c2c74e172e793021aa045c8e8c8a3e0053e8c7 /chapter06/coreutils.xml
parente4ab23261c1cb776928b0204026dbc93b17e4ae2 (diff)
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
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index b82d23293..63ed41a51 100644
--- a/chapter06/coreutils.xml
+++ b/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>