aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-15 00:59:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-15 00:59:02 +0000
commitb8b8c669d2c4e6e04d12b82d2b16359bd10ed6f2 (patch)
treef47062bece10bdfaf77e8e7153cefe60e4d8efac
parenta6e85eec0f4cd1dafa3fc342448afa8734f30887 (diff)
Added line break
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/chroot.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/chroot.sgml b/chapter06/chroot.sgml
index 189351268..067aac9a2 100644
--- a/chapter06/chroot.sgml
+++ b/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>