diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
commit | ede9b9be0a3baef5e7b8daaab72b5ff594ea12e7 (patch) | |
tree | 79b8fd44df338bdfc7ecabf99240fc888d3a3cd0 /chapter05/coreutils.xml | |
parent | e421d2e1df618260a60b79f2dc97d89d16c407b8 (diff) |
Minor textual shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 6672e18d5..945a129bb 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -17,16 +17,16 @@ And for the patch: <sect2> <title>Installation of Coreutils</title> -<para>Coreutils has an issue when compiled against Glibc-&glibc-version;. -Without the patch below, some of the Coreutils utilities -(<command>head</command>, <command>tail</command>, <command>sort</command>, -and others) will reject their traditional syntax which has been in use for +<para>This package has an issue when compiled against Glibc-&glibc-version;. +Without the patch below, some of the Coreutils utilities (such as +(<command>head</command>, <command>tail</command> and <command>sort</command>) +will reject their traditional syntax, a syntax that has been in use for approximately 30 years. This old syntax is so pervasive that compatibility -should be preserved until the many places where it is used can be updated. -More details on this are provided in the comments inside the patch itself. Use -of this patch is by no means compulsory, but not using it means you'll have to -deal with the consequences yourself: patch the many packages that use the old -syntax. Therefore, better apply the patch:</para> +should be preserved until the many places where it is used can be updated. More +details on this are provided in the comments inside the patch itself. Use of +this patch is by no means compulsory, but not using it means you'll have to +deal with the consequences yourself: patch the many packages that still use the +old syntax. Therefore, better apply the patch:</para> <screen><userinput>patch -Np1 -i ../&coreutils-posixver-patch;</userinput></screen> |