diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-26 10:16:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-26 10:16:48 +0000 |
commit | d41f4eae7b67e7ad6973f53d7f2cefd572f15573 (patch) | |
tree | 92e22e02c951bf13ece4b1b9983b4f983095ed16 /chapter06/utillinux-inst.xml | |
parent | a348c849e21bede610cb74151e850acff1cd51af (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.xml | 4 |
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> hwclock/hwclock.c > hwclock~ &&</userinput> <userinput>mv hwclock~ hwclock/hwclock.c &&</userinput> |