Changeset 360fdfca for chapter08


Ignore:
Timestamp:
01/26/2024 05:28:53 PM (8 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
0d80918a, f6a43f6
Parents:
44850bb
Message:

Fix punctuation in quotes, and quote signs

  • period and comma inside quotes
  • " to <quote>
  • some " to <literal> when it is a var value
Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r44850bb r360fdfca  
    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

    r44850bb r360fdfca  
    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

    r44850bb r360fdfca  
    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

    r44850bb r360fdfca  
    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.