Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/mktemp.xml

    rf67ec77a r2256873  
    5151</variablelist>
    5252
     53<beginpage/>
     54
    5355<para>Compile the package:</para>
    5456
     
    6062make install-tempfile</userinput></screen>
    6163
    62 <beginpage/>
    6364</sect2>
    6465
     
    7172</segmentedlist>
    7273
    73 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     74<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    7475<?dbfo list-presentation="list"?>
    7576
     
    7778<term><command>mktemp</command></term>
    7879<listitem>
    79 <para>creates temporary files in a secure manner. It is used in scripts.</para>
     80<para>Creates temporary files in a secure manner; it is used in scripts</para>
    8081<indexterm zone="ch-system-mktemp mktemp"><primary sortas="b-mktemp">mktemp</primary></indexterm>
    8182</listitem>
     
    8586<term><command>tempfile</command></term>
    8687<listitem>
    87 <para>creates temporary files in a less secure manner than
    88 <command>mktemp</command>. It is installed for backwards-compatibility.</para>
     88<para>Creates temporary files in a less secure manner than
     89<command>mktemp</command>; it is installed for backwards-compatibility</para>
    8990<indexterm zone="ch-system-mktemp tempfile"><primary sortas="b-tempfile">tempfile</primary></indexterm>
    9091</listitem>
Note: See TracChangeset for help on using the changeset viewer.