diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gettext.xml | 2 | ||||
-rw-r--r-- | chapter05/grep.xml | 4 | ||||
-rw-r--r-- | chapter05/ncurses.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 9d4823060..ef93d8f90 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -49,7 +49,7 @@ exclude it to save time and space.</para></listitem> <term><parameter>--without-csharp</parameter></term> <listitem><para>This ensures that Gettext does not build support for the C# compiler which may be present on the host but will not be available once we -enter the chroot environment.</para></listitem> +enter the <command>chroot</command> environment.</para></listitem> </varlistentry> </variablelist> diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 413133f63..c325ec1fb 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -41,8 +41,8 @@ <term><parameter>--disable-perl-regexp</parameter></term> <listitem><para>This ensures that the <command>grep</command> program does not get linked against a Perl Compatible Regular Expression (PCRE) library that may -be present on the host but will not be available once we enter the chroot -environment.</para></listitem> +be present on the host but will not be available once we enter the +<command>chroot</command> environment.</para></listitem> </varlistentry> </variablelist> diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index a30028ff5..51e75f1af 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -39,9 +39,9 @@ <variablelist> <varlistentry> <term><parameter>--without-ada</parameter></term> -<listitem><para>This ensures that Ncurses does not build support for the ada +<listitem><para>This ensures that Ncurses does not build support for the Ada compiler which may be present on the host but will not be available once we -enter the chroot environment.</para></listitem> +enter the <command>chroot</command> environment.</para></listitem> </varlistentry> <varlistentry> |