diff options
Diffstat (limited to 'chapter05/grep.xml')
-rw-r--r-- | chapter05/grep.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |