Changeset 2256873 for chapter05/tcl.xml


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
  • chapter05/tcl.xml

    rf67ec77a r2256873  
    2222<segtitle>Tcl installation depends on</segtitle>
    2323<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    24 GCC, Glibc, Grep, Make and Sed</seg></seglistitem>
     24GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
    2525</segmentedlist>
    2626
     
    5555the time zone to Coordinated Universal Time (UTC), also known as
    5656Greenwich Mean Time (GMT), but only for the duration of the test suite
    57 run. This ensures that the clock tests are exercised correctly. More
    58 information on the <envar>TZ</envar> environment variable is provided in <xref
    59 linkend="chapter-bootscripts"/>.</para>
     57run. This ensures that the clock tests are exercised correctly.
     58Details on the <envar>TZ</envar> environment variable is provided in
     59<xref linkend="chapter-bootscripts"/>.</para>
    6060
    6161<para>Install the package:</para>
     
    6363<screen><userinput>make install</userinput></screen>
    6464
     65<beginpage/>
    6566<warning><para><emphasis>Do not</emphasis> remove the
    6667<filename class="directory">tcl&tcl-version;</filename> source directory yet, as the next package
     
    8182</segmentedlist>
    8283
    83 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     84<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    8485<?dbfo list-presentation="list"?>
    8586
     
    8788<term><command>tclsh8.4</command></term>
    8889<listitem>
    89 <para>the Tcl command shell.</para>
     90<para>The Tcl command shell</para>
    9091<indexterm zone="ch-tools-tcl tclsh8.4"><primary sortas="b-tclsh8.4">tclsh8.4</primary></indexterm>
    9192</listitem>
     
    9596<term><command>tclsh</command></term>
    9697<listitem>
    97 <para>link to tclsh8.4</para>
     98<para>A link to tclsh8.4</para>
    9899<indexterm zone="ch-tools-tcl tclsh"><primary sortas="b-tclsh">tclsh</primary></indexterm>
    99100</listitem>
     
    103104<term><filename class="libraryfile">libtcl8.4.so</filename></term>
    104105<listitem>
    105 <para>the Tcl library.</para>
     106<para>The Tcl library</para>
    106107<indexterm zone="ch-tools-tcl libtcl8.4.so"><primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary></indexterm>
    107108</listitem>
Note: See TracChangeset for help on using the changeset viewer.