Changeset acc3ca3


Ignore:
Timestamp:
09/12/2015 08:36:02 PM (9 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, 7.8, 7.9, 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:
9c718597
Parents:
09c83f9
Message:

Minor typos and grammar

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/introduction.xml

    r09c83f9 racc3ca3  
    6565    to remove a security problem, all programs that use the static library will
    6666    need to be relinked to the new library.  Since the use of static libraries
    67     is not always obvious, deciding which programs (and the procedures needed to
     67    is not always obvious, the relevant programs (and the procedures needed to
    6868    do the linking) may not even be known.</para>
    6969
    70     <para>In the prcedures in Chapter 6, we remove or disable installation of
     70    <para>In the procedures in Chapter 6, we remove or disable installation of
    7171    most static libraries.  In a few cases, especially glibc and gcc, the use
    7272    of static libraries remains essential to the general package building
  • chapter06/util-linux.xml

    r09c83f9 racc3ca3  
    6363    <para>Prepare Util-linux for compilation:</para>
    6464
    65 <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime     \
     65<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
    6666            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    6767            --disable-chfn-chsh  \
  • chapter07/usage.xml

    r09c83f9 racc3ca3  
    9292  <para>An explanation of this initialization file is in the man page for
    9393  <emphasis>inittab</emphasis>.  For LFS, the key command that is run is
    94   <command>rc</command>. The intialization file above will instruct
     94  <command>rc</command>. The initialization file above will instruct
    9595  <command>rc</command> to run all the scripts starting with an S in the
    9696  <filename class="directory">/etc/rc.d/rcS.d</filename> directory
Note: See TracChangeset for help on using the changeset viewer.