diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-26 19:17:51 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-26 19:17:51 +0000 |
commit | f1994dcf644c8051cd57e62182ed2414f095dbe3 (patch) | |
tree | fcb538668ea1270fe1f5b0faa6a53c1f4652185a /chapter05/tcl.xml | |
parent | f0975521695cbcd20161e84b6bbc345385982ca7 (diff) |
Various text and grammar updates. Thanks to Chris Staub for the patch. Fixes #2458.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 8e5146d08..9fcd31f1c 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -101,7 +101,7 @@ <seglistitem> <seg>tclsh (link to tclsh8.5) and tclsh8.5</seg> - <seg>libtcl8.5.so</seg> + <seg>libtcl8.5.so, libtclstub8.5.a</seg> </seglistitem> </segmentedlist> @@ -140,6 +140,16 @@ </listitem> </varlistentry> + <varlistentry id="libtclstub8.5.a"> + <term><filename class="libraryfile">libtclstub8.5.a</filename></term> + <listitem> + <para>The Tcl Stub library</para> + <indexterm zone="ch-tools-tcl libtclstub8.5.a"> + <primary sortas="c-libtclstub8.5.a">libtclstub8.5.a</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> |