Changeset 55fa5a3


Ignore:
Timestamp:
05/23/2009 12:42:55 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
71b1c20
Parents:
63f6e21
Message:

Various minor text changes.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r63f6e21 r55fa5a3  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[bdubbs] - Various minor text changes.  Thanks to Chris
     45          Staub. Fixes
     46          <ulink url="&lfs-ticket-root;2407">#2407</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4449          <para>[bdubbs] - Change the bootsripts and udev configuration
    4550          so the rtc is set by udev upon boot. Removed aio device
  • chapter05/binutils-pass1.xml

    r63f6e21 r55fa5a3  
    7878          <para>Because the machine description in the <envar>LFS_TGT</envar>
    7979          variable is slightly different than the value returned by the
    80           config.guess script, this switch will tell the configure script to
    81           adjust Binutil's build system for building a cross linker.
    82           </para>
     80          <command>config.guess</command> script, this switch will tell the
     81          <command>configure</command> script to adjust Binutil's build system
     82          for building a cross linker.  </para>
    8383        </listitem>
    8484      </varlistentry>
  • chapter05/e2fsprogs.xml

    r63f6e21 r55fa5a3  
    6262
    6363    <para>Make the installed static libraries writable so debugging symbols can
    64     be removed later.</para>
     64    be removed later:</para>
    6565
    6666<screen><userinput remap="install">chmod -v u+w \
  • chapter05/gcc-pass1.xml

    r63f6e21 r55fa5a3  
    4646    <para>GCC now requires the GMP and MPFR packages. As these packages may
    4747    not be included in your host distribution, they will be built with
    48     GCC.</para>
     48    GCC:</para>
    4949
    5050<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
  • chapter05/gcc-pass2.xml

    r63f6e21 r55fa5a3  
    116116    </para>
    117117
    118     <para>On x86_64, unsetting the multlib spec for GCC ensures that it
     118    <para>On x86_64, unsetting the multilib spec for GCC ensures that it
    119119    won't attempt to link against libraries on the host:</para>
    120120
  • chapter06/e2fsprogs.xml

    r63f6e21 r55fa5a3  
    2626    <para>The E2fsprogs package contains the utilities for handling the
    2727    <systemitem class="filesystem">ext2</systemitem> file system. It also
    28     supports the <systemitem class="filesystem">ext3</systemitem> journaling
    29     file system.</para>
     28    supports the <systemitem class="filesystem">ext3</systemitem> and
     29    <systemitem class="filesystem">ext4</systemitem> journaling
     30    file systems.</para>
    3031
    3132    <segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.