diff options
Diffstat (limited to 'chapter06')
-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> |