diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/mktemp.xml | 3 |
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> |