ソースを参照

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
Matthew Burgess 21 年 前
コミット
fc5780a861
2 ファイル変更15 行追加1 行削除
  1. 4 0
      chapter01/changelog.xml
  2. 11 1
      chapter05/expect.xml

+ 4 - 0
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>
 

+ 11 - 1
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>