aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-30 13:41:04 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-30 13:41:04 +0000
commit574b0eabcc0015a1ee7c8b7098f50e2b6b0e9005 (patch)
tree83d15d25797db1a7575a6bc2e8b8d34783f25e14 /chapter05/expect.xml
parentb711e1d6218396e587b111d540c8567453b21502 (diff)
Tagging corrections in chapters 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>