diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-01 02:29:02 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-01 02:29:02 +0000 |
commit | 1bc5af69ce8fabbdad01848fe117f93de1431390 (patch) | |
tree | 97b0eb0d921922f84c50e48cdffd8166c8758617 | |
parent | 4c815c182378eb6dc405d1a3b1d386a75db3bbc7 (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.xml | 3 |
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 \ --libexecdir=/usr/sbin --disable-logger \ --sysconfdir=/etc --localstatedir=/var \ - --disable-whois --disable-servers -</userinput></screen> + --disable-whois --disable-servers</userinput></screen> <para>The meaning of the configure options:</para> |