aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/utillinux-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-06 15:50:25 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-06 15:50:25 +0000
commit6a9875daac5d3c5dd0c3623a7a5587947bb90147 (patch)
treea1229c1f27aa707d0c08bf9643c091280f052d16 /chapter06/utillinux-inst.xml
parent6b8e9e97de1965df7a820d90943385f2e06696d6 (diff)
Applied Bill Maltby's grammatic-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r--chapter06/utillinux-inst.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml
index 1f6ee9f9c..b8d0c88e5 100644
--- a/chapter06/utillinux-inst.xml
+++ b/chapter06/utillinux-inst.xml
@@ -1,9 +1,9 @@
<sect2>
<title>FHS compliance notes</title>
-<para>The FHS recommends that we use /var/lib/hwclock as the location of the
-adjtime file, instead of the usual /etc. To make hwclock, which is part of the
-util-linux package, FHS-compliant, run the following.</para>
+<para>The FHS recommends that we use /var/lib/hwclock, instead of the
+usual /etc, as the location of the adjtime file. To make hwclock, which
+is part of the util-linux package, FHS-compliant, run the following.</para>
<para><screen><userinput>cp hwclock/hwclock.c{,.backup} &amp;&amp;
sed 's%etc/adjtime%var/lib/hwclock/adjtime%' \