mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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
This commit is contained in:
parent
a348c849e2
commit
d41f4eae7b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user