From 578fb81b00b3cddbf5271e439d47fafb19d7a79c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 12 Aug 2005 17:31:45 +0000 Subject: Fix typos related to kernel versions triggering glibc test failures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 2835395ea..e9af61591 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -40,9 +40,8 @@ unset them when building Glibc. the method suggested in this book puts the stability of the system at risk. -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. If you plan to run the testsuite apply this patch: +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 libarary or the kernel. If you plan to run the testsuite apply this patch: patch -Np1 -i ../&glibc-testfix-patch; -- cgit v1.2.3-54-g00ecf