瀏覽代碼

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

Gerard Beekmans 24 年之前
父節點
當前提交
d41f4eae7b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      chapter06/utillinux-inst.xml

+ 2 - 2
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>