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 0a357a6eb..92d2c2337 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -36,14 +36,14 @@ <variablelist> <varlistentry> -<term><userinput>--disable-perl-regexp</userinput></term> +<term><parameter>--disable-perl-regexp</parameter></term> <listitem><para>This makes sure that <command>grep</command> does not get linked against a PCRE library that may be present on the host and would not be available once we enter the chroot environment.</para></listitem> </varlistentry> <varlistentry> -<term><userinput>--with-included-regex</userinput></term> +<term><parameter>--with-included-regex</parameter></term> <listitem><para>This ensures that Grep uses its internal regular expression code. Without this switch, Grep will use the code from Glibc, which is known to be slightly buggy.</para></listitem> |