aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-27 15:39:58 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-27 15:39:58 +0000
commitcce9fef3bd93fef9e74b261a1a64e7278f0b4ed9 (patch)
treeb8e6f022617450054a3e7c6113ad31e92c58bd97
parente9ec91d01050cbd528b7a059b671091f0c447f1a (diff)
Minor textual changes in chapter07. (merged from trunk r6204)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/profile.xml9
-rw-r--r--general.ent4
2 files changed, 6 insertions, 7 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>
diff --git a/general.ent b/general.ent
index cb1f991e2..a00cb10f2 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20050626">
-<!ENTITY releasedate "June 26, 2005">
+<!ENTITY version "TESTING-20050627">
+<!ENTITY releasedate "June 27, 2005">
<!ENTITY milestone "6.1">
<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->