mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Minor textual changes in chapter07.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c96a0bcdb2
commit
4301028cfd
@ -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
|
running. It is non-interactive because it is processing a script and
|
||||||
not waiting for user input between commands.</para>
|
not waiting for user input between commands.</para>
|
||||||
|
|
||||||
<para>For more information, see <command>info bash</command> - Nodes:
|
<para>For more information, see <command>info bash</command> under the
|
||||||
Bash Startup Files and Interactive Shells.</para>
|
<emphasis>Bash Startup Files and Interactive Shells</emphasis> section.</para>
|
||||||
|
|
||||||
<para>The files <filename>/etc/profile</filename> and
|
<para>The files <filename>/etc/profile</filename> and
|
||||||
<filename>~/.bash_profile</filename> are read when the shell is
|
<filename>~/.bash_profile</filename> are read when the shell is
|
||||||
invoked as an interactive login shell.</para>
|
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
|
environment variables necessary for native language support. Setting
|
||||||
them properly results in:</para>
|
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
|
(including UTF-8 based locales) require additional steps and
|
||||||
additional patches because many applications tend to not work properly
|
additional patches because many applications tend to not work properly
|
||||||
under such conditions. These steps and patches are not included in
|
under such conditions. These steps and patches are not included in
|
||||||
the LFS book and such locales are not supported by LFS in any
|
the LFS book and such locales are not yet supported by LFS.</para>
|
||||||
way.</para>
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20050626">
|
<!ENTITY version "SVN-20050627">
|
||||||
<!ENTITY releasedate "June 26, 2005">
|
<!ENTITY releasedate "June 27, 2005">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user