Changeset e925d78a for chapter05


Ignore:
Timestamp:
10/19/2005 09:52:55 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
8be85e4
Parents:
1d09f12
Message:

Ported several typos and redaction fixes from trunk.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r1d09f12 re925d78a  
    3939risk.</para>
    4040
    41 <para>Glibc has two tests which fail when the running kernel is 2.6.11.x The
    42 problem has been determined to be with the tests themselves, not with the libc
    43 nor the kernel. If you plan to run the testsuite apply this patch:</para>
     41<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
     42The problem has been determined to be with the tests themselves, not with the C
     43library or the kernel. If you plan to run the testsuite apply this patch:</para>
    4444
    4545<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
  • chapter05/introduction.xml

    r1d09f12 re925d78a  
    2626system.</para>
    2727
    28 <para>Before issuing the build instructions for a package, the package
     28<important><para>Before issuing the build instructions for a package, the package
    2929should be unpacked as user <emphasis>lfs</emphasis>, and a
    3030<command>cd</command> into the created directory should be performed. The build
    31 instructions assume that the <command>bash</command> shell is in use.</para>
     31instructions assume that the <command>bash</command> shell is in use.</para></important>
    3232
    3333<para>Several of the packages are patched before compilation, but only
     
    4747This is not a problem, but does prompt the warning.</para>
    4848
    49 <para>After installing each package, delete its source and build
     49<important><para>After installing each package, delete its source and build
    5050directories, unless specifically instructed otherwise. Deleting the
    51 sources saves space and prevents mis-configuration when the same
    52 package is reinstalled later. Only three of the packages need to
    53 retain the source and build directories in order for their contents to
    54 be used by later commands. Pay special attention to these
    55 reminders.</para>
     51sources prevents mis-configuration when the same package is reinstalled later.
     52Only three of the packages need to retain the source and build directories in
     53order for their contents to be used by later commands. Pay special attention to
     54these reminders.</para></important>
    5655
    5756<para>Check one last time that the <envar>LFS</envar> environment
Note: See TracChangeset for help on using the changeset viewer.