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
This commit is contained in:
Matthew Burgess 2004-09-28 16:38:19 +00:00
parent 73cb24acc2
commit fc5780a861
2 changed files with 15 additions and 1 deletions

View File

@ -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>

View File

@ -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>