diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 00:59:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 00:59:02 +0000 |
commit | b8b8c669d2c4e6e04d12b82d2b16359bd10ed6f2 (patch) | |
tree | f47062bece10bdfaf77e8e7153cefe60e4d8efac | |
parent | a6e85eec0f4cd1dafa3fc342448afa8734f30887 (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.sgml | 5 |
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 &&</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> TERM=$TERM /bin/bash --login</userinput> </literallayout></blockquote> |