aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-03-09 20:12:34 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-03-09 20:12:34 +0000
commit9f5aaf72b238f5cfff30bc412caa014f1eac0bc0 (patch)
treea6a1f0208a7341a6b1448bac6b10ba60720cbe89 /chapter06/util-linux.xml
parenteb1ffed9b2e3cbbd1ce5ed50f211f83cf6850554 (diff)
Add whitespace for better readability of instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index b728a237d..ba93f2825 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -49,8 +49,7 @@
<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 -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' -i $(grep -rl '/etc/adjtime' .)
mkdir -pv /var/lib/hwclock</userinput></screen>
</sect2>