Changeset f6a43f6 for chapter08


Ignore:
Timestamp:
01/26/2024 11:30:17 PM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
8ccf082a
Parents:
31a18d02 (diff), 360fdfca (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

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r31a18d02 rf6a43f6  
    12621262        <term><command>yes</command></term>
    12631263        <listitem>
    1264           <para>Repeatedly outputs <quote>y</quote>, or a given string, until
     1264          <para>Repeatedly outputs <quote>y,</quote> or a given string, until
    12651265          killed</para>
    12661266          <indexterm zone="ch-system-coreutils yes">
  • chapter08/expect.xml

    r31a18d02 rf6a43f6  
    9393
    9494    <para>If any test fails with the message
    95     <quote><computeroutput>The system has no more ptys.  Ask your system
    96     administrator to create more</computeroutput></quote>, it indicates
     95    <quote><computeroutput>The system has no more ptys. Ask your system
     96    administrator to create more</computeroutput>,</quote> it indicates
    9797    you've not mounted the
    9898    <systemitem class="filesystem">devpts</systemitem> file system
  • chapter08/gmp.xml

    r31a18d02 rf6a43f6  
    5959
    6060      <!-- To editors: the configure script says "the none host is obsolete,
    61            use - -disable-assembly", but don't believe it: with the latter
     61           use - -disable-assembly," but don't believe it: with the latter
    6262           CFLAGS is still automatically set to -march=something.  -->
    6363    </note>
     
    107107    it is built. Occasionally, the code that detects the processor misidentifies
    108108    the system capabilities and there will be errors in the tests or other
    109     applications using the gmp libraries with the message "Illegal
    110     instruction".  In this case, gmp should be reconfigured with the option
     109    applications using the gmp libraries with the message
     110    <computeroutput>Illegal instruction</computeroutput>.
     111    In this case, gmp should be reconfigured with the option
    111112    <option>--host=none-linux-gnu</option> and rebuilt.</para></caution>
    112113
  • chapter08/stripping.xml

    r31a18d02 rf6a43f6  
    5353  and ld-linux.so.2 on 32-bit systems.  The construct below selects the
    5454  correct name for the current architecture, excluding anything ending
    55   with <quote>g</quote>, in case the commands below have already been
     55  with <quote>g,</quote> in case the commands below have already been
    5656  run.</para></note>
    5757
Note: See TracChangeset for help on using the changeset viewer.