Changeset 63107f4 for chapter08


Ignore:
Timestamp:
03/24/2022 05:03:13 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b8a2b7e2
Parents:
6ad47308
Message:

fix typos

Suggested-by: rhubarbpieguy <rhubarbpieguy@…>

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r6ad47308 r63107f4  
    6464
    6565    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
    66     utilites will be installed into
     66    utilities will be installed into
    6767    <filename class="directory">/usr/sbin</filename>:</para>
    6868
  • chapter08/jinja2.xml

    r6ad47308 r63107f4  
    2525
    2626    <para>Jinja2 is a Python module that implements a simple pythonic template
    27     lanuage.</para>
     27    language.</para>
    2828
    2929    <segmentedlist>
  • chapter08/libffi.xml

    r6ad47308 r63107f4  
    4545    <note>
    4646      <para>Similar to GMP, libffi builds with optimizations specific
    47       to the proccesor in use. If building for another system, export
     47      to the processor in use. If building for another system, export
    4848      CFLAGS and CXXFLAGS to specify a generic build for your architecture.
    4949      If this is not done, all applications that link to libffi will trigger
  • chapter08/stripping.xml

    r6ad47308 r63107f4  
    4242
    4343  <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
    44   and ld-linux.so.2 on 32-bit systems.  The contruct below selects the
     44  and ld-linux.so.2 on 32-bit systems.  The construct below selects the
    4545  correct name for the current architecture.</para></note>
    4646
Note: See TracChangeset for help on using the changeset viewer.