diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-12 20:36:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-12 20:36:02 +0000 |
commit | acc3ca3532f2aa5ef72c13d44171fa8fd897dc10 (patch) | |
tree | fe8fcfab86a0b9978133c371a38262ca58ec417d /chapter06/util-linux.xml | |
parent | 09c83f9f5fd896ed92f24945edd56c640553564d (diff) |
Minor typos and grammar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index c0383410d..219212d44 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -62,7 +62,7 @@ --> <para>Prepare Util-linux for compilation:</para> -<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ +<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --docdir=/usr/share/doc/util-linux-&util-linux-version; \ --disable-chfn-chsh \ --disable-login \ |