Changeset c0c616a


Ignore:
Timestamp:
08/19/2020 03:31:33 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 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, 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:
45d8933
Parents:
fe4f1ad
Message:

fix some typos

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfe4f1ad rc0c616a  
    390390          from /bin to /tools, create the tester user with the uid of
    391391          the tty owner, run the bash tests with su &lt;&lt; EOF, and
    392           explicitely defining stdin (with help from thomas and bdubbs).</para>
     392          explicitly defining stdin (with help from thomas and bdubbs).</para>
    393393        </listitem>
    394394      </itemizedlist>
  • chapter02/stages.xml

    rfe4f1ad rc0c616a  
    6969        <para>A few operations, from <quote>Changing Ownership</quote> to
    7070        <quote>Entering the Chroot Environment</quote> must be done as the
    71         root user, with the LFS envirnment variable set for the root user.</para>
     71        root user, with the LFS environment variable set for the root user.</para>
    7272      </listitem>
    7373
  • chapter04/settingenviron.xml

    rfe4f1ad rc0c616a  
    162162     user's environment in ways that can affect the building of critical LFS
    163163     packages. To make sure the <systemitem class="username">lfs</systemitem>
    164      user's envronment is clean, check for the
     164     user's environment is clean, check for the
    165165     presence of <filename>/etc/bash.bashrc</filename> and, if present, move it
    166166     out of the way.  As the <systemitem class="username">root</systemitem>
  • chapter06/bash.xml

    rfe4f1ad rc0c616a  
    7575<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    7676
    77     <para>Move the excutable to where it is expected:</para>
     77    <para>Move the executable to where it is expected:</para>
    7878
    7979<screen><userinput remap="install">mv $LFS/usr/bin/bash $LFS/bin/bash</userinput></screen>
  • chapter06/findutils.xml

    rfe4f1ad rc0c616a  
    5858<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    5959
    60     <para>Move the excutable to its final expected location:</para>
     60    <para>Move the executable to its final expected location:</para>
    6161
    6262<screen><userinput remap="install">mv -v $LFS/usr/bin/find $LFS/bin
  • chapter06/gcc-pass2.xml

    rfe4f1ad rc0c616a  
    124124          <para>This option is automatically enabled when building a native
    125125          compiler with a native compiler on x86. But here, we build with
    126           a cross compiler, so we need to explicitely set this option.</para>
     126          a cross compiler, so we need to explicitly set this option.</para>
    127127        </listitem>
    128128      </varlistentry>
  • chapter06/gzip.xml

    rfe4f1ad rc0c616a  
    5656<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    5757
    58     <para>Move the excutable to its final expected location:</para>
     58    <para>Move the executable to its final expected location:</para>
    5959
    6060<screen><userinput remap="install">mv -v $LFS/usr/bin/gzip $LFS/bin</userinput></screen>
  • chapter06/introduction.xml

    rfe4f1ad rc0c616a  
    2525  together with building as root, may render your computer unusable.
    2626  This whole chapter must be done as user <systemitem
    27   class="username">lfs</systemitem>, with the enviroment as described in
     27  class="username">lfs</systemitem>, with the environment as described in
    2828  <xref linkend="ch-preps-settingenviron"/>.</para>
    2929
  • chapter08/coreutils.xml

    rfe4f1ad rc0c616a  
    128128<screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
    129129
    130     <para>The test-getlogin test is known to fail in the LFS chroot envronment.</para>
     130    <para>The test-getlogin test is known to fail in the LFS chroot environment.</para>
    131131
    132132    <para>Remove the temporary group:</para>
  • chapter08/revisedchroot.xml

    rfe4f1ad rc0c616a  
    5151
    5252  <para>There are also several files installed in the /usr/lib and /usr/libexec
    53   directories with a file name extention of .la. These are "libtool archive"
     53  directories with a file name extension of .la. These are "libtool archive"
    5454  files. As already said, they are only useful when linking with static
    5555  libraries. They are unneeded, and potentially harmful, when using dynamic
  • part3intro/toolchaintechnotes.xml

    rfe4f1ad rc0c616a  
    323323    <command>cc</command> when the host is the same as the target, but is
    324324    different from the build system. This is why
    325     <parameter>CC_FOR_TARGET=$LFS_TGT-gcc</parameter> is put explicitely into
     325    <parameter>CC_FOR_TARGET=$LFS_TGT-gcc</parameter> is put explicitly into
    326326    the configure options.</para>
    327327
Note: See TracChangeset for help on using the changeset viewer.