diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-29 20:04:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-29 20:04:31 +0000 |
commit | df43be1530e1d385ae634ebc22e5b3000fd362d4 (patch) | |
tree | 28464f2119d5486e9ecd453df42b7eeadfa64e97 /chapter05/expect.xml | |
parent | 97af73804ecc5887e0b2784e9df903527c5f91e9 (diff) |
Textual updates thanks to Kevin Buckley.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index ae6f50026..a2cc67d0e 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -23,8 +23,15 @@ <sect2 role="package"> <title/> - <para>The Expect package contains a program for carrying out scripted - dialogues with other interactive programs.</para> + <para>The <application>Expect</application> package contains tools for + automating, via scripted dialogues, interactive applications such as + <command>telnet</command>, <command>ftp</command>, + <command>passwd</command>, <command>fsck</command>, + <command>rlogin</command>, and <command>tip</command>. + <application>Expect</application> is also useful for testing these same + applications as well as easing all sorts of tasks that are prohibitively + difficult with anything else. The <application>DejaGnu</application> + framework is written in <application>Expect</application>.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> |