diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-02 22:20:47 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-02 22:20:47 +0000 |
commit | d27a27bee96bda9893300fa12df48f5789d2c0c3 (patch) | |
tree | f666572fef02af9d87f2a1538d5128f971fd1a5e /chapter05/grep.xml | |
parent | dec4b0a901b3d9be9eb37bbcec3e06f6c63274ce (diff) |
Rephrasing a few lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/grep.xml')
-rw-r--r-- | chapter05/grep.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 7e2e544a5..f5e06b0df 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -13,7 +13,7 @@ Estimated required disk space: &grep-compsize-tools;</screen> <sect2> <title>Installation of Grep</title> -<para>Prepare Grep to be compiled:</para> +<para>Prepare Grep for compilation:</para> <screen><userinput>./configure --prefix=/tools \ --disable-perl-regexp --with-included-regex</userinput></screen> |