aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-01-03 16:36:04 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-01-03 16:36:04 +0000
commit60e34b52810dd47567ca18aa2c86fe4cd7c9fd01 (patch)
tree7170da96ec0d5e526dc95a527f1507f259c1f13d /chapter06
parent3c55f731d64f6aea8cd8d2a01d8cd404fa7379c6 (diff)
Clarify mktemp's --with-libc configure parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/mktemp.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml
index ee47463e6..2fd6bfca3 100644
--- a/chapter06/mktemp.xml
+++ b/chapter06/mktemp.xml
@@ -46,7 +46,8 @@ to <command>mktemp</command>. Patch Mktemp to include a
<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>