diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-23 23:29:32 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-23 23:29:32 +0000 |
commit | 3f2fbcdd56a14e586ad89cfa3fb60cb4d70d0fcc (patch) | |
tree | 56d714fff5be9155ff2f3b6495387b5b1b9cb342 /chapter05 | |
parent | e0ef857ffce177d28c17e7d3640602a3fec6c67d (diff) |
Minor wording changes and insert of command tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/expect.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 7f31933ba..70177d8a8 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -53,9 +53,10 @@ one on the host system.</para></listitem> <varlistentry> <term><parameter>--with-tclinclude=$TCLPATH</parameter></term> -<listitem><para>This explicitly tells Expect where to find Tcl's source directory -containing its internal headers. Using this option avoids conditions where configure fails -because it hasn't automatically discovered the location of the Tcl source directory.</para></listitem> +<listitem><para>This explicitly tells Expect where to find Tcl's source +directory and internal headers. Using this option avoids conditions +where <command>configure</command> fails because it hasn't automatically +discovered the location of the Tcl source directory.</para></listitem> </varlistentry> <varlistentry> |