aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-07-29 22:06:02 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-07-29 22:06:02 +0000
commita9cb4756574b76251ef1608d7dcc3f24c3b81b67 (patch)
treecaea0cdb8b69cf09dd47ee0cbc865b1bc1a14552
parentc4ca803f05bd1c38994f6fbcddc291d97a95c961 (diff)
Fix a PDF rendering overflow issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@9032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/e2fsprogs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 0cf114f05..cf73679e3 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -58,8 +58,8 @@ cd build</userinput></screen>
<para>Prepare E2fsprogs for compilation:</para>
<screen><userinput remap="configure">../configure --prefix=/usr --with-root-prefix="" \
- --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd \
- --disable-fsck</userinput></screen>
+ --enable-elf-shlibs --disable-libblkid --disable-libuuid \
+ --disable-uuidd --disable-fsck</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>