Sfoglia il codice sorgente

Fixed illegal character 32 - problem

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Balu Walter 24 anni fa
parent
commit
5910fc3613
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      chapter06/glibc-inst.xml

+ 3 - 2
chapter06/glibc-inst.xml

@@ -50,8 +50,9 @@ that:
 <blockquote><literallayout>
 
 	<userinput>logout</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>