Changeset 051c160


Ignore:
Timestamp:
03/25/2022 04:45:09 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
75af69e
Parents:
acd14bc (diff), 9b463a2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    racd14bc r051c160  
    8282
    8383    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
    84     utilites are installed into
     84    utilities are installed into
    8585    <filename class="directory">/usr/sbin</filename>:</para>
    8686
  • chapter07/cleanup.xml

    racd14bc r051c160  
    127127       <para>
    128128          Because the backup archive is compressed, it takes a relatively
    129           long time (over 10 minutes) even on a resonably fast system.
     129          long time (over 10 minutes) even on a reasonably fast system.
    130130       </para>
    131131    </note>
  • chapter07/util-linux.xml

    racd14bc r051c160  
    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

    racd14bc r051c160  
    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

    racd14bc r051c160  
    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

    racd14bc r051c160  
    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

    racd14bc r051c160  
    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

    racd14bc r051c160  
    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

    racd14bc r051c160  
    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.