aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-25 19:43:23 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-25 19:43:23 +0000
commitcd3c10ceb476d0e089f2035a2c307b4bfd1dfcfe (patch)
treed9dc7e19205b5da5dd9e46e5406083216003cab3
parent1a3e6a31a791143c3075dab21a5d47a0f344cce5 (diff)
Fix pdf formatting issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/util-linux.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index ba93f2825..0eb6748cf 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -49,7 +49,8 @@
<command>hwclock</command> program FHS-compliant, run the
following:</para>
-<screen><userinput remap="pre">sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' -i $(grep -rl '/etc/adjtime' .)
+<screen><userinput remap="pre">sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
+ $(grep -rl '/etc/adjtime' .)
mkdir -pv /var/lib/hwclock</userinput></screen>
</sect2>