aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-11 18:07:38 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-11 18:07:38 +0000
commitb3b1237674bb1bc75afd3bbbe3eea0f35bceb312 (patch)
tree91620a6b45573f7dbd2dfc907c82657c2efeb9a4 /chapter06
parent41d1d0e92343c1773960a8db999ea1f92fb99548 (diff)
removed superfluous amps
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/grep-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml
index 8743a0c66..f34a045cc 100644
--- a/chapter06/grep-inst.xml
+++ b/chapter06/grep-inst.xml
@@ -5,7 +5,7 @@
<para>Prepare Grep to be compiled:</para>
-<para><screen><userinput>./configure --prefix=/usr --bindir=/bin&amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr --bindir=/bin \
&nbsp;&nbsp;&nbsp;&nbsp;--with-included-regex</userinput></screen></para>
<para>Continue with compiling the package:</para>