Changeset fe6ca49


Ignore:
Timestamp:
07/18/2009 12:42:44 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
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:
cd82ee5
Parents:
1891a2c
Message:

Apply a few text updates from Chris Staub. Fixes #2442.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    r1891a2c rfe6ca49  
    2121  <para>As an alternative to installing a separate distribution onto your
    2222  machine, you may wish to use the Linux From Scratch LiveCD or a LiveCD from a
    23   commercial distribution.  The LFS LiveCD works well as a host system,
     23  commercial distribution. The LFS LiveCD works well as a host system,
    2424  providing all the tools you need to successfully follow the instructions in
    2525  this book. Unfortunately, development of the LiveCD has not progressed
  • chapter04/abouttestsuites.xml

    r1891a2c rfe6ca49  
    4242  most likely cause is that the host system does not have the
    4343  <systemitem class="filesystem">devpts</systemitem> file system set up
    44   correctly. This issue is discussed in greater detail in <xref
    45   linkend="chapter-temporary-tools"/>.</para>
     44  correctly. This issue is discussed in greater detail at
     45  <ulink url="&lfs-root;/lfs/faq.html#no-ptys"/>.</para>
    4646
    4747  <para>Sometimes package test suites will fail, but for reasons which the
  • chapter05/gcc-pass2.xml

    r1891a2c rfe6ca49  
    211211        <term><parameter>--disable-bootstrap</parameter></term>
    212212        <listitem>
    213           <para>For native builds of GCC, the default is to a "bootstrap" build.
    214           This does not just compile GCC, but compiles it several times. It
    215           uses the programs compiled in a first round to compile itself a
     213          <para>For native builds of GCC, the default is to do a "bootstrap"
     214          build. This does not just compile GCC, but compiles it several times.
     215          It uses the programs compiled in a first round to compile itself a
    216216          second time, and then again a third time.  The second and third
    217217          iterations are compared to make sure it can reproduce itself
  • chapter05/perl.xml

    r1891a2c rfe6ca49  
    4444    <title>Installation of Perl</title>
    4545
    46     <para>First apply a series of patches to address security issues and adapt some
    47     hard-wired paths to the C library by applying the following patch:</para>
     46    <para>First apply the following patch to address security issues and adapt
     47    some hard-wired paths to the C library:</para>
    4848
    4949<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen>
  • chapter06/bison.xml

    r1891a2c rfe6ca49  
    4545<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    4646
    47     <para>The configure system causes bison to be built without support for
     47    <para>The configure system causes Bison to be built without support for
    4848    internationalization of error messages if a <command>bison</command>
    49     program is not already in $PATH.  The following addition will correct
     49    program is not already in $PATH. The following addition will correct
    5050    this:</para>
    5151
  • chapter06/sysvinit.xml

    r1891a2c rfe6ca49  
    5656    src/init.c</userinput></screen>
    5757
    58     <para>A maintained version of the <command>wall</command> program is
    59     installed later on during the Util-linux-ng installation. Suppress the
    60     installation of this program and its man page:</para>
     58    <para>A maintained version of the <command>wall</command> program was
     59    installed earlier by Util-linux-ng. Suppress the installation of Sysvinit's
     60    version of this program and its man page:</para>
    6161
    6262<screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \
  • chapter06/vim.xml

    r1891a2c rfe6ca49  
    8686        <listitem>
    8787          <para>This switch enables support for editing files in multibyte
    88           character encodings.  This is needed if using a locale with a
     88          character encodings. This is needed if using a locale with a
    8989          multibyte character set. This switch is also helpful to be able
    9090          to edit text files initially created in Linux distributions like
    91           Fedora Core that use UTF-8 as a default character set.</para>
     91          Fedora that use UTF-8 as a default character set.</para>
    9292        </listitem>
    9393      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.