aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/installasuser.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/installasuser.xml')
-rw-r--r--chapter05/installasuser.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml
index 564667598..16372861a 100644
--- a/chapter05/installasuser.xml
+++ b/chapter05/installasuser.xml
@@ -2,13 +2,13 @@
<title>Install all software as an unprivileged user</title>
<?dbhtml filename="installasuser.html" dir="chapter05"?>
-<para>When you are logged in as root during chapter 5, it is possible
+<para>When you are logged in as root during Chapter 5, it is possible
that some files of your host system will be overwritten by the ones
-you'll build in chapter 5. There can be all kinds of reasons for this
+you'll build in Chapter 5. There can be all kinds of reasons for this
to happen, for example because the $LFS environment variable is not
set. Overwriting some files from your host system will most likely
cause all kinds of problems, so it's a good idea to be logged in as
-an unprivileged user during chapter 5. To make sure the environment
+an unprivileged user during Chapter 5. To make sure the environment
is as clean as possible, we'll create a new user "lfs" that can be
used while building the static installation. Issuing the following
commands as root will create a new user "lfs":</para>
@@ -46,8 +46,8 @@ internationalization.</para>
<para>When your host distribution uses a glibc version older than 2.2.4,
having $LC_ALL set to something else than "C" or "POSIX" while working
-through chapter 5 may cause trouble when you exit the chroot environment
-of chapter 6 and try to return to it. By setting this to "POSIX" ("C"
+through Chapter 5 may cause trouble when you exit the chroot environment
+of Chapter 6 and try to return to it. By setting this to "POSIX" ("C"
is an alias for "POSIX") we ensure that everything will work as expected
in the chroot environment.</para>