diff options
Diffstat (limited to 'chapter06/mktemp.xml')
-rw-r--r-- | chapter06/mktemp.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 689ae992a..28f6153b5 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -38,12 +38,14 @@ Patch mktemp to include a <command>tempfile</command> wrapper:</para> <para>The meaning of the configure option:</para> -<itemizedlist> -<listitem><para><userinput>--with-libc</userinput>: 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> -</itemizedlist> +<variablelist> +<varlistentry> +<term><userinput>--with-libc</userinput></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> +</varlistentry> +</variablelist> <para>Compile the package:</para> |