aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/utillinux-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-26 10:16:48 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-26 10:16:48 +0000
commitd41f4eae7b67e7ad6973f53d7f2cefd572f15573 (patch)
tree92e22e02c951bf13ece4b1b9983b4f983095ed16 /chapter06/utillinux-inst.xml
parenta348c849e21bede610cb74151e850acff1cd51af (diff)
Placed \ and </userinput> on the same line to avoid a space being placed
after \ which will cause a problem when copy&pasting that line into a shell git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r--chapter06/utillinux-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml
index 2cb19eed8..da409fc8f 100644
--- a/chapter06/utillinux-inst.xml
+++ b/chapter06/utillinux-inst.xml
@@ -8,8 +8,8 @@ util-linux package, FHS-compliant, run the following.
</para>
<blockquote><literallayout>
- <userinput>sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \
- </userinput>
+ <userinput>sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|"
+ \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;hwclock/hwclock.c &gt; hwclock~
&amp;&amp;</userinput>
<userinput>mv hwclock~ hwclock/hwclock.c &amp;&amp;</userinput>