diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-03 23:24:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-03 23:24:24 +0000 |
commit | e4b9338243e80e23c08eccaaf770259edbe72c5d (patch) | |
tree | e7f115ade9983172971131d41934b6e1e90959bb /chapter05/grep-inst.xml | |
parent | 6f531d7b8c0fa937866a56c6ab729fc0f75d94e0 (diff) |
fix typo's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/grep-inst.xml')
-rw-r--r-- | chapter05/grep-inst.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml index 99a9b6239..4e232435c 100644 --- a/chapter05/grep-inst.xml +++ b/chapter05/grep-inst.xml @@ -12,10 +12,11 @@ <para>The meaning of the configure option is:</para> <itemizedlist> -<listitem><para><userinput>--disable-perl-regexp:</userinput> This -configure option makes sure Grep is not linked against the PCRE library, -which is often only available as a shared library in distributions. Not -using this option might result in a compilation error.</para></listitem> +<listitem><para><userinput>--disable-perl-regexp</userinput>: This +configure option makes sure <filename>grep</filename> is not linked against +the PCRE library, which is often only available as a shared library in +distributions. Not using this option might result in a compilation +error.</para></listitem> </itemizedlist> <para>Continue with compiling the package:</para> |