Browse Source

Fix pdf formatting issue

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 13 years ago
parent
commit
cd3c10ceb4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      chapter06/util-linux.xml

+ 2 - 1
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>