aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:38:19 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:38:19 +0000
commitfc5780a861a9179c4cbe3b516ac00c0a9781ef0d (patch)
treed86c564037f7c9a039576da74b4a99ab9a836438 /chapter05
parent73cb24acc24d4575125704f5064f0a10823f88a7 (diff)
Add description of libexpect and correct its version number (fixes bug 912)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/expect.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index 2e68a3aba..28533b4af 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -91,7 +91,7 @@ of the supplementary expect scripts which are not needed.</para></listitem>
<segmentedlist>
<segtitle>Installed program</segtitle>
<segtitle>Installed library</segtitle>
-<seglistitem><seg>expect</seg><seg>libexpect&expect-version;.a</seg></seglistitem>
+<seglistitem><seg>expect</seg><seg>libexpect-5.42.a</seg></seglistitem>
</segmentedlist>
<variablelist><title>Short description</title>
@@ -104,6 +104,16 @@ of the supplementary expect scripts which are not needed.</para></listitem>
programs according to a script.</para>
</listitem>
</varlistentry>
+
+<varlistentry id="libexpect">
+<term><filename class="libraryfile">libexpect-5.42.a</filename></term>
+<listitem>
+<para>contains functions that allow Expect to be used as a Tcl extension or to
+be used directly from C or C++ (without Tcl)."</para>
+<indexterm zone="ch-tools-expect libexpect"><primary
+sortas="c-libexpect-5.42">libexpect-5.42</primary></indexterm>
+</listitem>
+</varlistentry>
</variablelist>
</sect2>