aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/util-linux.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-11 05:55:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-11 05:55:06 +0000
commitaefc8221f5cc504a8bc7a6354fda23ca7f78de79 (patch)
treec0cec08cce56091a37d890b99d3c388f14e76f38 /chapter07/util-linux.xml
parent387a32af4bff50363c15788cf25f10ed26cfabd3 (diff)
Updates to the rest of cross2 Chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/util-linux.xml')
-rw-r--r--chapter07/util-linux.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml
index 6aebad7a1..f9401c03a 100644
--- a/chapter07/util-linux.xml
+++ b/chapter07/util-linux.xml
@@ -48,7 +48,8 @@
<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 \
@@ -62,22 +63,22 @@
<variablelist>
<title>The meaning of the configure options:</title>
-<!-- TODO -->
+
<varlistentry>
<term><parameter>ADJTIME_PATH=/var/lib/hwclock/adjtime</parameter></term>
<listitem>
<para>This sets the location of the file recording information about
- the hardware clock, in accordance to the FHS. This is not stricly
- needed fot his temporary tool, but it prevent creating a file
+ the hardware clock in accordance to the FHS. This is not stricly
+ needed for his temporary tool, but it prevents creating a file
at another location, which would not be overwritten or removed
- when building the final util-linux.</para>
+ when building the final util-linux package.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--disable-*</parameter></term>
<listitem>
- <para>Those switches prevent warnings about building components
+ <para>These switches prevent warnings about building components
that require packages not in LFS or not installed yet.</para>
</listitem>
</varlistentry>
@@ -105,8 +106,7 @@
<sect2 role="content">
<title/>
- <para>Details on this package are located in
- <xref linkend="contents-utillinux" role="."/></para>
+ <para>Details on this package are located in <xref linkend="contents-utillinux" role="."/></para>
</sect2>