aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mktemp.xml
diff options
context:
space:
mode:
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>