diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-30 13:41:04 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-30 13:41:04 +0000 |
commit | 574b0eabcc0015a1ee7c8b7098f50e2b6b0e9005 (patch) | |
tree | 83d15d25797db1a7575a6bc2e8b8d34783f25e14 /chapter05/ncurses.xml | |
parent | b711e1d6218396e587b111d540c8567453b21502 (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/ncurses.xml')
-rw-r--r-- | chapter05/ncurses.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index de27b3b3f..9bc86e181 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -36,7 +36,7 @@ <variablelist> <varlistentry> -<term><userinput>--without-ada</userinput></term> +<term><parameter>--without-ada</parameter></term> <listitem><para>This tells Ncurses not to build its Ada bindings, even if an Ada compiler is installed on the host. This must be done because once we enter the chroot environment, Ada will no @@ -44,7 +44,7 @@ longer be available.</para></listitem> </varlistentry> <varlistentry> -<term><userinput>--enable-overwrite</userinput></term> +<term><parameter>--enable-overwrite</parameter></term> <listitem><para>This tells Ncurses to install its header files into <filename class="directory">/tools/include</filename> instead of <filename class="directory">/tools/include/ncurses</filename> to ensure that |