aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/util-linux.xml')
-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 3e1ca3082..2ef51e632 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -24,7 +24,8 @@
<para>Issue a sed sustitution:</para>
-<screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' hwclock/hwclock.c
+<screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
+ hwclock/hwclock.c
mkdir -p /var/lib/hwclock</userinput></screen>
</sect2>