Changeset c0c616a for chapter06


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

Location:
chapter06
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.