aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r--chapter05/expect.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index fa50bd726..274ab0767 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -42,7 +42,7 @@ suite run:</para>
<variablelist>
<varlistentry>
-<term><userinput>--with-tcl=/tools/lib</userinput></term>
+<term><parameter>--with-tcl=/tools/lib</parameter></term>
<listitem><para>This ensures that
the configure script finds the Tcl installation in our temporary tools location.
We don't want it to find an existing one that may possibly reside on the host
@@ -50,7 +50,7 @@ system.</para></listitem>
</varlistentry>
<varlistentry>
-<term><userinput>--with-x=no</userinput></term>
+<term><parameter>--with-x=no</parameter></term>
<listitem><para>This tells the configure
script not to search for Tk (the Tcl GUI component) or the X Window System
libraries, both of which may possibly reside on the host system.</para></listitem>
@@ -75,7 +75,7 @@ considered critical.)</para>
<variablelist>
<varlistentry>
-<term><userinput>SCRIPTS=""</userinput></term>
+<term><parameter>SCRIPTS=""</parameter></term>
<listitem><para>This prevents installation
of the supplementary expect scripts which are not needed.</para></listitem>
</varlistentry>