diff options
Diffstat (limited to 'chapter04/settingenviron.xml')
-rw-r--r-- | chapter04/settingenviron.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 39dcdfa3d..9c8bae7a9 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -50,7 +50,7 @@ export LFS LC_ALL LFS_TGT PATH</literal> EOF</userinput></screen> <variablelist> - <title>The meaning of the command line options in <filename>.bashrc</filename></title> + <title>The meaning of the settings in <filename>.bashrc</filename></title> <varlistentry> <term><parameter>set +h</parameter></term> @@ -136,7 +136,7 @@ EOF</userinput></screen> <listitem> <para>By putting <filename class="directory">$LFS/tools/bin</filename> ahead of the standard <envar>PATH</envar>, the cross-compiler installed at the beginning - of <xref linkend="chapter-temporary-tools"/> is picked up by the shell + of <xref linkend="chapter-cross-tools"/> is picked up by the shell immediately after its installation. This, combined with turning off hashing, limits the risk that the compiler from the host be used instead of the cross-compiler.</para> @@ -147,7 +147,7 @@ EOF</userinput></screen> <term><parameter>export LFS LC_ALL LFS_TGT PATH</parameter></term> <listitem> <para>While the above commands have set some variables, in order - to make them visible within any sub-shells, we export them</para> + to make them visible within any sub-shells, we export them.</para> </listitem> </varlistentry> |