Changeset bcb20b4


Ignore:
Timestamp:
03/24/2022 05:11:57 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
9b463a2
Parents:
d54813b
Message:

Speling

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rd54813b rbcb20b4  
    7979
    8080    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
    81     utilites are installed into
     81    utilities are installed into
    8282    <filename class="directory">/usr/sbin</filename>:</para>
    8383
  • chapter07/cleanup.xml

    rd54813b rbcb20b4  
    124124       <para>
    125125          Because the backup archive is compressed, it takes a relatively
    126           long time (over 10 minutes) even on a resonably fast system.
     126          long time (over 10 minutes) even on a reasonably fast system.
    127127       </para>
    128128    </note>
  • chapter07/util-linux.xml

    rd54813b rbcb20b4  
    7373        <listitem>
    7474          <para>This sets the location of the file recording information about
    75           the hardware clock in accordance to the FHS. This is not stricly
     75          the hardware clock in accordance to the FHS. This is not strictly
    7676          needed for this temporary tool, but it prevents creating a file
    7777          at another location, which would not be overwritten or removed
  • chapter08/glibc.xml

    rd54813b rbcb20b4  
    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

    rd54813b rbcb20b4  
    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

    rd54813b rbcb20b4  
    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

    rd54813b rbcb20b4  
    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
  • chapter09/inputrc.xml

    rd54813b rbcb20b4  
    4343set horizontal-scroll-mode Off
    4444
    45 # Enable 8bit input
     45# Enable 8-bit input
    4646set meta-flag On
    4747set input-meta On
  • chapter09/systemd-custom.xml

    rd54813b rbcb20b4  
    164164         <para><command>systemctl show -p Wants <replaceable>&lt;multi-user.target&gt;</replaceable></command>:
    165165         shows all units that depend on the multi-user target. Targets are
    166          special unit files that are anogalous to runlevels under
     166         special unit files that are analogous to runlevels under
    167167         SysVinit.</para>
    168168       </listitem>
Note: See TracChangeset for help on using the changeset viewer.