aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-26 22:23:41 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-26 22:23:41 +0000
commit17476c5481ff8ebced096511eb66134c68f6f042 (patch)
tree289a04a19b82aaa5ea665ba31cc67842bdabfbf7 /chapter05/grep.xml
parentf2f5117750f8473c6d77fda7f205bfde31b5cdcc (diff)
Removing some excess white space.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/grep.xml')
-rw-r--r--chapter05/grep.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 931d09671..cdeff1166 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -23,11 +23,11 @@ Estimated required disk space: &grep-compsize-tools;</screen>
<itemizedlist>
<listitem><para><userinput>--disable-perl-regexp</userinput>: This makes sure
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
+that may be present on the host and would not be available once we enter the
chroot environment.</para></listitem>
<listitem><para><userinput>--with-included-regex</userinput>: This ensures that
-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>
+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>
</itemizedlist>
<para>Compile the programs:</para>