aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:28:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:28:46 +0000
commit81a10d8607ee268066f46ecc2f181c19f018d56c (patch)
tree31cd1fb75b29d2f5a63b2650864f7b71d91a99c5 /chapter05
parent939abc90670d4c92244ea3d4484a6ee2ce2bd6f9 (diff)
Add description of libexpect and correct its version number (fixes bug 912)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/expect.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index 03b73cb6b..d58470e51 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -90,7 +90,7 @@ 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><bridgehead renderas="sect3">Short descriptions</bridgehead>
@@ -108,7 +108,8 @@ programs according to a script.</para>
<varlistentry id="libexpect">
<term><filename class="libraryfile">libexpect&expect-version;</filename></term>
<listitem>
-<para></para>
+<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&expect-version;">libexpect&expect-version;</primary></indexterm>
</listitem>
</varlistentry>