aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-27 15:38:04 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-27 15:38:04 +0000
commit4301028cfdd0e9eb2493aaf7fd11b54c3dbc4834 (patch)
tree0e9f55ff088071ef756924f334f2e3e7d410b6de /chapter07
parentc96a0bcdb26f3723c66ae5ec6876fd3438e1aee4 (diff)
Minor textual changes in chapter07.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/profile.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml
index 4ff97f4c2..64336dc88 100644
--- a/chapter07/profile.xml
+++ b/chapter07/profile.xml
@@ -27,14 +27,14 @@ non-interactive shell is usually present when a shell script is
running. It is non-interactive because it is processing a script and
not waiting for user input between commands.</para>
-<para>For more information, see <command>info bash</command> - Nodes:
-Bash Startup Files and Interactive Shells.</para>
+<para>For more information, see <command>info bash</command> under the
+<emphasis>Bash Startup Files and Interactive Shells</emphasis> section.</para>
<para>The files <filename>/etc/profile</filename> and
<filename>~/.bash_profile</filename> are read when the shell is
invoked as an interactive login shell.</para>
-<para>A base <filename>/etc/profile</filename> below sets some
+<para>The base <filename>/etc/profile</filename> below sets some
environment variables necessary for native language support. Setting
them properly results in:</para>
@@ -109,8 +109,7 @@ encodings and left-to-right writing direction. More complex cases
(including UTF-8 based locales) require additional steps and
additional patches because many applications tend to not work properly
under such conditions. These steps and patches are not included in
-the LFS book and such locales are not supported by LFS in any
-way.</para>
+the LFS book and such locales are not yet supported by LFS.</para>
</sect1>