diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 16:39:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 16:39:29 +0000 |
commit | 4e9d4534fca088825b19748fee30e624e5362d3f (patch) | |
tree | 1c61a77f51a7830d90e436e8303509b2caaf4bcb | |
parent | 81a10d8607ee268066f46ecc2f181c19f018d56c (diff) |
Really fix the version numbers for libexpect
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/expect.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index d58470e51..1bb980814 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -106,11 +106,12 @@ programs according to a script.</para> </varlistentry> <varlistentry id="libexpect"> -<term><filename class="libraryfile">libexpect&expect-version;</filename></term> +<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&expect-version;">libexpect&expect-version;</primary></indexterm> +<indexterm zone="ch-tools-expect libexpect"><primary +sortas="c-libexpect-5.42">libexpect-5.42</primary></indexterm> </listitem> </varlistentry> </variablelist> |