Changeset aed1407


Ignore:
Timestamp:
03/26/2022 10:03:35 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
8ae5106
Parents:
e27a07d
Message:

fix typos Suggested-by: rhubarbpieguy <rhubarbpieguy@…>

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    re27a07d raed1407  
    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

    re27a07d raed1407  
    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

    re27a07d raed1407  
    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

    re27a07d raed1407  
    6565
    6666    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
    67     utilites will be installed into
     67    utilities will be installed into
    6868    <filename class="directory">/usr/sbin</filename>:</para>
    6969
  • chapter08/jinja2.xml

    re27a07d raed1407  
    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

    re27a07d raed1407  
    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

    re27a07d raed1407  
    4242
    4343  <note><para>The ELF loader's name is ld-linux-aarch64.so.1 on 64-bit systems
    44   and ld-linux-armhf.so.3 on 32-bit systems.  The contruct below selects the
     44  and ld-linux-armhf.so.3 on 32-bit systems. The construct below selects the
    4545  correct name for the current architecture.</para></note>
    4646
  • chapter09/systemd-custom.xml

    re27a07d raed1407  
    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.