aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/grep-inst.xml')
-rw-r--r--chapter05/grep-inst.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index 8db7e3e42..ee5410df6 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -12,11 +12,12 @@
<itemizedlist>
<listitem><para><userinput>--disable-perl-regexp</userinput>: This makes sure
-that grep does not get linked against a PCRE library that may be present on
-the host, but would not be available once we enter the chroot environment.</para></listitem>
+that <userinput>grep</userinput> does not get linked against a PCRE library
+that may be present on the host, but would not be available once we enter the
+chroot environment.</para></listitem>
<listitem><para><userinput>--with-included-regex</userinput>: This ensures that
-grep uses it's internal regular expression code. Without it, it will use
-the code from glibc, which is known to be slightly buggy.</para></listitem>
+Grep uses its internal regular expression code. Without it, it will use
+the code from Glibc, which is known to be slightly buggy.</para></listitem>
</itemizedlist>
<para>Compile the programs:</para>