diff options
Diffstat (limited to 'chapter06/mktemp.xml')
-rw-r--r-- | chapter06/mktemp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 093ec4400..07944e904 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -68,16 +68,16 @@ functions from the system C library.</para></listitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="mktemp"><command>mktemp</command></term> +<varlistentry id="mktemp"> +<term><command>mktemp</command></term> <listitem> <indexterm zone="ch-system-mktemp mktemp"><primary sortas="b-mktemp">mktemp</primary></indexterm> <para>creates temporary files in a secure manner. It is used in scripts.</para> </listitem> </varlistentry> -<varlistentry> -<term id="tempfile"><command>tempfile</command></term> +<varlistentry id="tempfile"> +<term><command>tempfile</command></term> <listitem> <indexterm zone="ch-system-mktemp tempfile"><primary sortas="b-tempfile">tempfile</primary></indexterm> <para>creates temporary files in a less secure manner than |