aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-11-07 15:42:16 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-11-07 15:42:16 +0000
commit51c0c60367a904ef697910020a7180764d2694b0 (patch)
treed370f153ea882ab255c3f015a041278746cc4577 /chapter06/chroot.xml
parent8f98b45c4b3a40197c2d1cc32eb6816053b51728 (diff)
fix typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r--chapter06/chroot.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index 3ef49bd08..ea2097f99 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -13,8 +13,8 @@ actually /mnt/lfs but the shell doesn't know that).</para>
<para><screen>&c6-chrootcmd;</screen></para>
<para>The -i option will clear all environment variables for as long as you
-are in the chroot'ed environment and only the ROOT and TERM variables
-are reset. The TERM=$TERM construction will set the $TERM value inside
+are in the chroot'ed environment and only the HOME and TERM variables
+are set. The TERM=$TERM construction will set the TERM variable inside
chroot to the same value as outside chroot which is needed for programs
like vim and less to operate properly. If you need other variables
present, such as CFLAGS or CXXFLAGS, you need to set them again.</para>