aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-11-01 02:29:02 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-11-01 02:29:02 +0000
commit1bc5af69ce8fabbdad01848fe117f93de1431390 (patch)
tree97b0eb0d921922f84c50e48cdffd8166c8758617
parent4c815c182378eb6dc405d1a3b1d386a75db3bbc7 (diff)
Tiny whitespace fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/inetutils-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/inetutils-inst.xml b/chapter06/inetutils-inst.xml
index 374e0be8d..0b08d6d34 100644
--- a/chapter06/inetutils-inst.xml
+++ b/chapter06/inetutils-inst.xml
@@ -8,8 +8,7 @@
<screen><userinput>./configure --prefix=/usr --disable-syslogd \
&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger \
&nbsp;&nbsp;&nbsp;&nbsp;--sysconfdir=/etc --localstatedir=/var \
-&nbsp;&nbsp;&nbsp;&nbsp;--disable-whois --disable-servers
-</userinput></screen>
+&nbsp;&nbsp;&nbsp;&nbsp;--disable-whois --disable-servers</userinput></screen>
<para>The meaning of the configure options:</para>