Changeset 5d9d2e5 for BOOK


Ignore:
Timestamp:
May 1, 2006, 12:38:33 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7a63c4ce
Parents:
eb1e181
Message:

r3217@server (orig r1499): chris | 2006-05-01 10:22:43 -0700
Text/grammar fixes

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    reb1e181 r5d9d2e5  
    9999<screen os="q"><literal>alias char-major-XXX some-module</literal></screen>
    100100
    101     <para os="r">Because of the complications with Hotplug, Udev, and modules,
     101    <para os="r">Because of the complications with Udev and modules,
    102102    we strongly recommend starting with a completely non-modular kernel
    103103    configuration, especially if this is the first time using Udev.</para>
     
    160160      class="directory">include</filename> directory should
    161161      <emphasis>always</emphasis> be the ones against which Glibc was
    162       compiled, that is, the ones from the Linux-Libc-Headers package,
    163       and therefore, should <emphasis>never</emphasis> be replaced by
    164       the kernel headers.</para>
     162      compiled (from the Linux-Headers package) and should
     163      <emphasis>never</emphasis> be replaced by the kernel headers.</para>
    165164    </warning>
    166165
  • BOOK/cross-tools/x86/gcc-static.xml

    reb1e181 r5d9d2e5  
    2424    and no Threads</title>
    2525
    26     <para os="aa">First make a couple of essential adjustments to the specs file
     26    <para os="aa">Make a couple of essential adjustments to the specs file
    2727    to ensure GCC uses our build environment:</para>
    2828
  • BOOK/final-system/ppc/powerpc-utils.xml

    reb1e181 r5d9d2e5  
    3636    <title>Installation of Powerpc-Utils</title>
    3737
    38     <para>This package, originally pmac-utils, has issues with NewWorld macintoshes.
    39     The following patch fixes these issues and generally updates the package.</para>
     38    <para>This package, originally pmac-utils, has issues with
     39    NewWorld Macintoshes. The following patch fixes these issues
     40    and generally updates the package:</para>
    4041
    4142<screen><userinput>patch -Np1 -i ../&powerpcutils-patch;</userinput></screen>
    4243
    43     <para>Compile the useful programs:</para>
     44    <para>Compile the needed programs:</para>
    4445
    4546<screen><userinput>make nvsetenv nvsetvol</userinput></screen>
  • BOOK/temp-system/common/bzip2.xml

    reb1e181 r5d9d2e5  
    2323    <title>Installation of Bzip2</title>
    2424
    25     <para os="ca">Remove the tests since they won't work on a
     25    <para os="ca">Bzip's default Makefile target automatically runs
     26    the testsuite as well. Disable the tests since they won't work on a
    2627    multi-architecture build:</para>
    2728
Note: See TracChangeset for help on using the changeset viewer.