diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
commit | 663ecfcc5f04e7c2860b83ef89e49f5e8b68bbbe (patch) | |
tree | 7c789513e8b75ee906795c4a06600e2e4284638f /chapter05/grep.xml | |
parent | 2ec0d203c3af587beb98406888dca6f6f5283180 (diff) |
Several minor wording changes (chapters 1 - 5).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/grep.xml')
-rw-r--r-- | chapter05/grep.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 6c4b9b01c..413133f63 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -39,10 +39,9 @@ <variablelist> <varlistentry> <term><parameter>--disable-perl-regexp</parameter></term> -<listitem><para>This makes sure 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 and would -not be available once we enter the chroot +<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> </varlistentry> </variablelist> |