Tagging 1.99.1
[linux_from_scratch.git] / newxml / appendixa / expect.xml
blobc0cea80ae89825c6ae7ba8c656333aaaacdf09db
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3   <!ENTITY % expect-entities SYSTEM "../ent/expect.ent">
4   %expect-entities;
5 ]>
6 <sect1 id="aa-expect" xreflabel="expect">
7 <title>Expect</title>
8 <?dbhtml filename="expect.html"?>
10 <para>For installation instructions see <xref linkend="ch05-expect"/>.</para>
12 <sect2><title>Official Download Location</title>
14 <literallayout>Expect (&expect-version;):
15 <ulink url="http://expect.nist.gov/src/"/>
17 Expect Spawn Patch:
18 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/expect-&expect-version;-spawn.patch"/></literallayout>
19 </sect2>
21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expect-contents.xml"/>
25 <sect2><title>Short description</title>
27 <para><command>expect</command> "talks" to other interactive programs according
28 to a script.</para>
30 </sect2>
33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expect-deps.xml"/>
37 </sect1>