aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mktemp.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 20:38:03 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 20:38:03 +0000
commitdf8334f9247ba4aca231fab539c83a0a986236ee (patch)
tree5b5c3c52714247c636edb8697734738220ded771 /chapter06/mktemp.xml
parent132b7533ed7ba8e6a32b9719e9d70a7089208393 (diff)
HEAD: Retaged the command explanations in Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mktemp.xml')
-rw-r--r--chapter06/mktemp.xml14
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>