aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mktemp.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/mktemp.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (diff)
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mktemp.xml')
-rw-r--r--chapter06/mktemp.xml31
1 files changed, 20 insertions, 11 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml
index 0640f1afb..689ae992a 100644
--- a/chapter06/mktemp.xml
+++ b/chapter06/mktemp.xml
@@ -56,24 +56,33 @@ library.</para></listitem>
</sect2>
-<sect2 id="contents-mktemp"><title>Contents of Mktemp</title>
+<sect2 id="contents-mktemp" role="content"><title>Contents of Mktemp</title>
-<para><emphasis>Installed programs</emphasis>: mktemp, tempfile</para>
-
-</sect2>
+<segmentedlist>
+<segtitle>Installed programs</segtitle>
+<seglistitem><seg>mktemp, tempfile</seg></seglistitem>
+</segmentedlist>
-<sect2><title>Short descriptions</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="mktemp"><command>mktemp</command></term>
+<listitem>
<indexterm zone="ch-system-mktemp mktemp"><primary sortas="b-mktemp">mktemp</primary></indexterm>
-<para id="mktemp"><command>mktemp</command> creates temporary files in a secure manner.
-It is used in scripts.</para>
+<para>creates temporary files in a secure manner. It is used in scripts.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term id="tempfile"><command>tempfile</command></term>
+<listitem>
<indexterm zone="ch-system-mktemp tempfile"><primary sortas="b-tempfile">tempfile</primary></indexterm>
-<para id="tempfile"><command>tempfile</command> creates temporary files in a less secure
-manner than <command>mktemp</command>. It is installed for
-backwards-compatibility.</para>
+<para>creates temporary files in a less secure manner than
+<command>mktemp</command>. It is installed for backwards-compatibility.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>
-
</sect1>