Author: matthew Date: 2006-01-03 09:36:04 -0700 (Tue, 03 Jan 2006) New Revision: 7243
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/mktemp.xml Log: Clarify mktemp's --with-libc configure parameter Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2006-01-03 16:33:22 UTC (rev 7242) +++ trunk/BOOK/chapter01/changelog.xml 2006-01-03 16:36:04 UTC (rev 7243) @@ -114,6 +114,9 @@ </itemizedlist> </listitem> +<listitem><para>January 3, 2006 [matt]: Clarify the description of mktemp's +--with-libc configure parameter (fixes bug 1667).</para></listitem> + <listitem><para>January 3, 2006 [matt]: Upgrade to libtool 1.5.22.</para> </listitem> Modified: trunk/BOOK/chapter06/mktemp.xml =================================================================== --- trunk/BOOK/chapter06/mktemp.xml 2006-01-03 16:33:22 UTC (rev 7242) +++ trunk/BOOK/chapter06/mktemp.xml 2006-01-03 16:36:04 UTC (rev 7243) @@ -46,7 +46,8 @@ <term><parameter>--with-libc</parameter></term> <listitem><para>This causes the <command>mktemp</command> program to use the <emphasis>mkstemp</emphasis> and <emphasis>mkdtemp</emphasis> -functions from the system C library.</para></listitem> +functions from the system C library instead of its own implementation of them. +</para></listitem> </varlistentry> </variablelist> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
