Changeset e12c714 for chapter04


Ignore:
Timestamp:
09/05/2004 09:21:24 AM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
3a49def
Parents:
3db8299
Message:

Tags corrections, Chapter 4.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter04
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter04/aboutsbus.xml

    r3db8299 re12c714  
    3131for Binutils.</para>
    3232
    33 <para>Please note that if the system compiler on the host is gcc-2.x based, the
     33<para>Please note that if the system compiler on the host is GCC-2.x based, the
    3434SBUs listed may be somewhat understated. This is because the SBU is
    3535based on the very first package, compiled with the old GCC, while the
  • chapter04/abouttestsuites.xml

    r3db8299 re12c714  
    3838number of failing tests. This may happen for several reasons, but the
    3939most likely cause is that the host system does not have the
    40 <emphasis>devpts</emphasis> file system set up correctly. This issue
    41 is discussed in greater detail in <xref
     40<systemitem class="filesystem">devpts</systemitem> file system set up
     41correctly. This issue is discussed in greater detail in <xref
    4242linkend="chapter-temporary-tools"/>.</para>
    4343
  • chapter04/addinguser.xml

    r3db8299 re12c714  
    7373
    7474<para>If a separate working directory was created as suggested, give
    75 user lfs ownership of this directory:</para>
     75user <emphasis>lfs</emphasis> ownership of this directory:</para>
    7676
    7777<screen><userinput>chown lfs $LFS/sources</userinput></screen>
  • chapter04/creatingtoolsdir.xml

    r3db8299 re12c714  
    2424<screen><userinput>mkdir $LFS/tools</userinput></screen>
    2525
    26 <para>The next step is to create a <filename>/tools</filename> symlink
    27 on the host system.  This will point to the newly-created directory on
     26<para>The next step is to create a <filename class="symlink">/tools</filename>
     27symlink on the host system.  This will point to the newly-created directory on
    2828the LFS partition. Run this command as <emphasis>root</emphasis> as
    2929well:</para>
  • chapter04/settingenviron.xml

    r3db8299 re12c714  
    4747
    4848<para>The <command>set +h</command> command turns off
    49 <command>bash</command>'s hash function. Hashing is
    50 ordinarily a useful feature&mdash;bash uses a hash table to remember the
     49<command>bash</command>'s hash function. Hashing is ordinarily a useful
     50feature&mdash;<command>bash</command> uses a hash table to remember the
    5151full pathnames of executable files to avoid searching the PATH time
    5252and again to find the same executable. However, the new tools
Note: See TracChangeset for help on using the changeset viewer.