aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grep.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-01 21:48:13 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-01 21:48:13 +0000
commitc288d971d11a78cde87a5f4c0583ab9a43fbfeba (patch)
tree7d780a5e793f11d0e3fd12fb28331ac6f2051c20 /chapter06/grep.xml
parent6da8f0dd24273b2f1e8a0dc2004d18d5fa556d5a (diff)
Turning some ./configures into a single line, taking 72 as max-width.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3202 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r--chapter06/grep.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 8d5f488d8..c7084cbd5 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -17,8 +17,7 @@
<para>Prepare Grep for compilation:</para>
-<screen><userinput>./configure --prefix=/usr --bindir=/bin \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-included-regex</userinput></screen>
+<screen><userinput>./configure --prefix=/usr --bindir=/bin --with-included-regex</userinput></screen>
<para>Compile the package:</para>