diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 0420f91bc..c7e6c9a86 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -53,9 +53,9 @@ within the Glibc source directory:</para> <screen><userinput>tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> -<para>Glibc has two tests which fail when the running kernel is 2.6.11.x The -problem has been determined to be with the tests themselves, not with the libc -nor the kernel. This patch fixes the problem:</para> +<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later. +The problem has been determined to be with the tests themselves, not with the +C library or the kernel. This patch fixes the problem:</para> <screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen> |