diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 07:04:03 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 07:04:03 +0000 |
commit | 278c35c768c2d11702bf7a7ae0696c745cb97826 (patch) | |
tree | 59c43cb55f425e0503de3a17b37d875f80077fbc /appendixa | |
parent | ad3db0e0b6bd996dcd8fd32ec5cf1b80e235f18a (diff) |
Add Expect to Appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/appendixa.xml | 1 | ||||
-rw-r--r-- | appendixa/expect-dep.xml | 9 | ||||
-rw-r--r-- | appendixa/expect-desc.xml | 10 | ||||
-rw-r--r-- | appendixa/expect-down.xml | 6 | ||||
-rw-r--r-- | appendixa/expect-shortdesc.xml | 18 | ||||
-rw-r--r-- | appendixa/expect.xml | 13 |
6 files changed, 57 insertions, 0 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index bae01b34c..8606f6baf 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -13,6 +13,7 @@ &aa-diffutils; &aa-e2fsprogs; &aa-ed; +&aa-expect; &aa-file; &aa-findutils; &aa-flex; diff --git a/appendixa/expect-dep.xml b/appendixa/expect-dep.xml new file mode 100644 index 000000000..a89af49d7 --- /dev/null +++ b/appendixa/expect-dep.xml @@ -0,0 +1,9 @@ +<sect2><title> </title><para> </para></sect2> + +<sect2> +<title>Expect Installation Dependencies</title> + +<literallayout>(Not checked yet.)</literallayout> + +</sect2> + diff --git a/appendixa/expect-desc.xml b/appendixa/expect-desc.xml new file mode 100644 index 000000000..caf136605 --- /dev/null +++ b/appendixa/expect-desc.xml @@ -0,0 +1,10 @@ +<sect2><title> </title><para> </para></sect2> + +<sect2><title>Descriptions</title> + +<para>(Last checked against version &expect-contversion;.)</para> + +<para><command>expect</command> "talks" to other interactive programs according +to a script.</para> + +</sect2> diff --git a/appendixa/expect-down.xml b/appendixa/expect-down.xml new file mode 100644 index 000000000..2ae9f80b1 --- /dev/null +++ b/appendixa/expect-down.xml @@ -0,0 +1,6 @@ +<sect2> +<title>Official Download Location</title> + +<para><literallayout>expect (&expect-version;): +<ulink url="http://expect.nist.gov/src/"/></literallayout></para> +</sect2> diff --git a/appendixa/expect-shortdesc.xml b/appendixa/expect-shortdesc.xml new file mode 100644 index 000000000..ed5f608fe --- /dev/null +++ b/appendixa/expect-shortdesc.xml @@ -0,0 +1,18 @@ +<sect2><title>Contents of Expect</title> + +<para>(Last checked against version &expect-contversion;.)</para> + +<para>The Expect package provides a program that performs programmed dialogue +with other interactive programs</para> + +<para>Expect installs the following files:</para> + +<sect3><title>Program Files</title> + +<para>expect</para></sect3> + +<sect3><title>Library Files</title> +<para>libexpect5.39.a</para></sect3> + +</sect2> + diff --git a/appendixa/expect.xml b/appendixa/expect.xml new file mode 100644 index 000000000..661a5c1ec --- /dev/null +++ b/appendixa/expect.xml @@ -0,0 +1,13 @@ +<sect1 id="aa-expect" xreflabel="expect"> +<title>Expect</title> +<?dbhtml filename="expect.html" dir="appendixa"?> + +<para>For installation instructions see <xref linkend="ch05-expect"/>.</para> + +&aa-expect-down; +&aa-expect-shortdesc; +&aa-expect-desc; +&aa-expect-dep; + +</sect1> + |