Ver código fonte

Added line break

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 anos atrás
pai
commit
b8b8c669d2
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      chapter06/chroot.sgml

+ 3 - 2
chapter06/chroot.sgml

@@ -16,8 +16,9 @@ actually /mnt/lfs but the shell doesn't know that).
 <blockquote><literallayout>
 
 	<userinput>cd $LFS &amp;&amp;</userinput>
-	<userinput>chroot $LFS /usr/bin/env -i HOME=/root \
-		TERM=$TERM /bin/bash --login</userinput>
+	<userinput>chroot $LFS /usr/bin/env -i HOME=/root
+		\</userinput>
+	<userinput>&nbsp;&nbsp;&nbsp;TERM=$TERM /bin/bash --login</userinput>
 
 </literallayout></blockquote>