Changeset e0c8829


Ignore:
Timestamp:
Feb 21, 2006, 1:27:14 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
7f16b02
Parents:
4a9cdca
Message:

r790@server (orig r788): jim | 2005-12-01 14:21:00 -0800

r855@server: jim | 2005-12-01 14:20:19 -0800
Fixed typos


Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/common/settingenviron.xml

    r4a9cdca re0c8829  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../final-preps/settingenviron.xml"
    26     xpointer="xpointer(//*[@os='h'])"/>
     26    xpointer="xpointer(//*[@os='i'])"/>
    2727
    28   <para os="i">By putting <filename class="directory">/tools/bin</filename> ahead
     28  <para os="j">By putting <filename class="directory">/tools/bin</filename> ahead
    2929  of the standard <envar>PATH</envar>, all the programs installed in
    3030  <xref linkend="chapter-temporary-tools"/> are picked up by the shell
  • final-preps/settingenviron.xml

    r4a9cdca re0c8829  
    4848EOF</userinput></screen>
    4949
    50   <para os=f">The <command>set +h</command> command turns off
     50  <para os="f">The <command>set +h</command> command turns off
    5151  <command>bash</command>'s hash function. Hashing is ordinarily a useful
    5252  feature&mdash;<command>bash</command> uses a hash table to remember the
     
    6666  mode 644 and directories with mode 755).</para>
    6767
    68   <para os="g">The <envar>LFS</envar> variable should be set to the
     68  <para os="h">The <envar>LFS</envar> variable should be set to the
    6969  chosen mount point.</para>
    7070
    71   <para os="h">TO BE REWRITTEN - The <envar>LC_ALL</envar> variable controls
     71  <para os="i">TO BE REWRITTEN - The <envar>LC_ALL</envar> variable controls
    7272  the localization of
    7373  certain programs, making their messages follow the conventions of a
     
    8080  the chroot environment.</para>
    8181
    82   <para os="i">By putting <filename class="directory">/tools/bin</filename> ahead
     82  <para os="j">By putting <filename class="directory">/tools/bin</filename> ahead
    8383  of the standard <envar>PATH</envar>, all the programs installed in
    8484  <xref linkend="chapter-temp-system"/> are picked up by the shell
     
    8787  the same programs are available in the temporary system.</para>
    8888
    89   <para os="j">Finally, to have the environment fully prepared for building the
     89  <para os="k">Finally, to have the environment fully prepared for building the
    9090  temporary tools, source the just-created user profile:</para>
    9191
    92 <screen os="k"><userinput>source ~/.bash_profile</userinput></screen>
     92<screen os="l"><userinput>source ~/.bash_profile</userinput></screen>
    9393
    9494</sect1>
Note: See TracChangeset for help on using the changeset viewer.