diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-21 05:15:28 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-21 05:15:28 +0000 |
commit | 324209d15ca9e436f545d206ab5eb08aa3a9072d (patch) | |
tree | 2a48166fe6b7797dfbf56a6dfd899a27c91e83b7 /chapter06/coreutils.xml | |
parent | 9ff6ff3fb3c97a2413c498fe26097dab76855e56 (diff) |
Replaced coreutils-i18n patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8686 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 63ed41a51..1a4694dd1 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -54,7 +54,7 @@ <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen> - <!-- <para>POSIX requires that programs from Coreutils recognize character + <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs:</para> @@ -64,7 +64,7 @@ <para>In the past, many bugs were found in this patch. When reporting new bugs to Coreutils maintainers, please check first if they are reproducible without this patch.</para> - </note> --> + </note> <para>Now prepare Coreutils for compilation:</para> |