Author: bdubbs
Date: 2012-04-25 13:43:23 -0600 (Wed, 25 Apr 2012)
New Revision: 9832
Modified:
trunk/BOOK/chapter06/util-linux.xml
Log:
Fix pdf formatting issue
Modified: trunk/BOOK/chapter06/util-linux.xml
===================================================================
--- trunk/BOOK/chapter06/util-linux.xml 2012-04-25 19:26:21 UTC (rev 9831)
+++ trunk/BOOK/chapter06/util-linux.xml 2012-04-25 19:43:23 UTC (rev 9832)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page