diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 17:31:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 17:31:45 +0000 |
commit | 578fb81b00b3cddbf5271e439d47fafb19d7a79c (patch) | |
tree | d6e0476ab9dce0a67288ce702a60106c1cc18a27 | |
parent | a7b54820aca6c6d0e87d4aaa0ccc04741b640ba7 (diff) |
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
-rw-r--r-- | chapter05/glibc.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 4 insertions, 5 deletions
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.</para> the method suggested in this book puts the stability of the system at risk.</para> -<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. If you plan to run the testsuite apply this patch:</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 libarary or the kernel. If you plan to run the testsuite apply this patch:</para> <screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen> diff --git a/general.ent b/general.ent index 3485d38ea..b73c077f5 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050808"> -<!ENTITY releasedate "August 8, 2005"> +<!ENTITY version "SVN-20050812"> +<!ENTITY releasedate "August 12, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |