diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b90bfd4d4..ecd3ef709 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -114,6 +114,10 @@ First a summary, then a detailed log.
+November 26, 2005 [matt]: Don't install the Linuxthreads man
+pages, the POSIX threading API is documented in the man3p section provided by
+the man-pages package (fixes bug 1660).
+
November 26, 2005 [matt]: Remove the incorrect note about not
having to dump/check a journalled filesystem (fixes bug 1662).
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 65449e17a..40d1a772c 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -150,13 +150,6 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.
-
-Glibc-Linuxthreads (&glibc-version;) - 236 KB:
-
-
-
-
-
Grep (&grep-version;) - 520 KB:
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index dfd171dea..c09759789 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -47,12 +47,6 @@ and linker cannot be adjusted before the Glibc install because the
Glibc autoconf tests would give false results and defeat the goal
of achieving a clean build.
-The linuxthreads tarball contains the man pages for the
-threading libraries installed by Glibc. Unpack the tarball from
-within the Glibc source directory:
-
-tar -xvf ../glibc-linuxthreads-&glibc-version;.tar.bz2
-
The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:
@@ -176,15 +170,6 @@ installed only for GCC and Gettext tests to pass, and the
properly in them. Various attempts to circumvent these restrictions are
documented in internationalization-related hints.
-Build the linuxthreads man pages, which are a great reference
-on the threading API (applicable to NPTL as well):
-
-make -C ../glibc-&glibc-version;/linuxthreads/man
-
-Install these pages:
-
-make -C ../glibc-&glibc-version;/linuxthreads/man install
-
Configuring Glibc