aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter05/expect.xml12
2 files changed, 15 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 56d17bd4c..b3003b212 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -92,6 +92,10 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>September 28th, 2004 [matt]: Added description of libexpect, and
+corrected the version number of the installed file (bug 912 - Randy McMurchy).
+</para></listitem>
+
<listitem><para>September 28th, 2004 [matt]: Added <quote>su</quote> to
the list of files installed by shadow</para></listitem>
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>