From df43be1530e1d385ae634ebc22e5b3000fd362d4 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 29 Mar 2020 20:04:31 +0000 Subject: Textual updates thanks to Kevin Buckley. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/expect.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'chapter05/expect.xml') 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 @@ - <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> -- cgit v1.2.3-54-g00ecf