Author: matthew
Date: 2005-11-26 15:22:55 -0700 (Sat, 26 Nov 2005)
New Revision: 7192

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/packages.xml
   trunk/BOOK/chapter06/glibc.xml
Log:
Don't install man pages from the Glibc Linuxthreads tarball

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-11-26 21:47:11 UTC (rev 7191)
+++ trunk/BOOK/chapter01/changelog.xml  2005-11-26 22:22:55 UTC (rev 7192)
@@ -114,6 +114,10 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>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).</para></listitem>
+
 <listitem><para>November 26, 2005 [matt]: Remove the incorrect note about not
 having to dump/check a journalled filesystem (fixes bug 1662).</para>
 </listitem>

Modified: trunk/BOOK/chapter03/packages.xml
===================================================================
--- trunk/BOOK/chapter03/packages.xml   2005-11-26 21:47:11 UTC (rev 7191)
+++ trunk/BOOK/chapter03/packages.xml   2005-11-26 22:22:55 UTC (rev 7192)
@@ -151,13 +151,6 @@
 </varlistentry>
 
 <varlistentry>
-<term>Glibc-Linuxthreads (&glibc-version;) - 236 KB: </term>
-<listitem>
-<para><ulink url="&gnu;glibc/"/></para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
 <term>Grep (&grep-version;) - 520 KB:</term>
 <listitem>
 <para><ulink url="&gnu;grep/"/></para>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2005-11-26 21:47:11 UTC (rev 7191)
+++ trunk/BOOK/chapter06/glibc.xml      2005-11-26 22:22:55 UTC (rev 7192)
@@ -47,12 +47,6 @@
 Glibc autoconf tests would give false results and defeat the goal
 of achieving a clean build.</para>
 
-<para>The linuxthreads tarball contains the man pages for the
-threading libraries installed by Glibc.  Unpack the tarball from
-within the Glibc source directory:</para>
-
-<screen><userinput>tar -xvf 
../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
-
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>
 
@@ -176,15 +170,6 @@
 properly in them. Various attempts to circumvent these restrictions are
 documented in internationalization-related hints.</para>
 
-<para>Build the linuxthreads man pages, which are a great reference
-on the threading API (applicable to NPTL as well):</para>
-
-<screen><userinput>make -C 
../glibc-&glibc-version;/linuxthreads/man</userinput></screen>
-
-<para>Install these pages:</para>
-
-<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man 
install</userinput></screen>
-
 </sect2>
 
 <sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to