Changeset ee950a5e


Ignore:
Timestamp:
01/28/2024 12:53:47 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
5dd7073
Parents:
6ebb3b9
Message:

More <quote> clean up

Use <quote> instead of '"' if possible. Use <literal>,
<computeroutput>, etc. instead of <quote> if possible. Replace
<quote>alpha</quote> with a UTF-8 Greek alpha character.

BTW decorate ".link" with <filename class='extension'>.

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r6ebb3b9 ree950a5e  
    3030    modern Linux distributions. Also note that many distributions will
    3131    place software headers into separate packages, often in the form of
    32     <quote>&lt;package-name&gt;-devel</quote> or
    33     <quote>&lt;package-name&gt;-dev.</quote> Be sure to install those if
    34     your distribution provides them.</para>
     32    <literal><replaceable>&lt;package-name&gt;</replaceable>-devel</literal>
     33    or
     34    <literal><replaceable>&lt;package-name&gt;</replaceable>-dev</literal>.
     35    Be sure to install those if your distribution provides them.</para>
    3536
    3637   <para>Earlier versions of the listed software packages may work, but have
  • chapter02/mounting.xml

    r6ebb3b9 ree950a5e  
    1717  </para>
    1818 
    19   <para>Strictly speaking, one cannot "mount a partition." One mounts the <emphasis>file
     19  <para>Strictly speaking, one cannot <quote>mount a partition.</quote> One mounts the <emphasis>file
    2020  system</emphasis> embedded in that partition. But since a single partition can't contain
    2121  more than one file system, people often speak of the partition and the
  • chapter07/python.xml

    r6ebb3b9 ree950a5e  
    8585        Some Python 3 modules can't be built now because the dependencies
    8686        are not installed yet. For the <filename>ssl</filename> module,
    87         a message <quote><computeroutput>Python requires a OpenSSL 1.1.1 or
    88         newer</computeroutput></quote> is outputted.
     87        a message <computeroutput>Python requires a OpenSSL 1.1.1 or
     88        newer</computeroutput> is outputted.
    8989        The message should be ignored.  Just make sure the toplevel
    9090        <command>make</command> command has not failed.  The optional
  • chapter08/coreutils.xml

    r6ebb3b9 ree950a5e  
    12621262        <term><command>yes</command></term>
    12631263        <listitem>
    1264           <para>Repeatedly outputs <quote>y,</quote> or a given string, until
    1265           killed</para>
     1264          <para>Repeatedly outputs <literal>y</literal> or a given string,
     1265          until killed</para>
    12661266          <indexterm zone="ch-system-coreutils yes">
    12671267            <primary sortas="b-yes">yes</primary>
  • chapter08/expect.xml

    r6ebb3b9 ree950a5e  
    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    <computeroutput>The system has no more ptys. Ask your system
     96    administrator to create more</computeroutput>, it indicates
    9797    you've not mounted the
    9898    <systemitem class="filesystem">devpts</systemitem> file system
  • chapter08/stripping.xml

    r6ebb3b9 ree950a5e  
    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 <literal>g</literal>, in case the commands below have already been
    5656  run.</para></note>
    5757
  • chapter09/networkd.xml

    r6ebb3b9 ree950a5e  
    9292        <listitem>
    9393          <para>
    94             Mask udev's .link file for the default policy:
     94            Mask udev's <filename class='extension'>.link</filename> file
     95            for the default policy:
    9596<screen role="nodump"><userinput>ln -s /dev/null /etc/systemd/network/99-default.link</userinput></screen>
    9697          </para>
     
    102103            interfaces something like <literal>internet0</literal>,
    103104            <literal>dmz0</literal>, or <literal>lan0</literal>.
    104             To do that, create .link files in /etc/systemd/network/ that
    105             select an explicit name or a better naming scheme for your
    106             network interfaces. For example:
     105            To do that, create <filename class='extension'>.link</filename>
     106            files in /etc/systemd/network/ that select an explicit name or a
     107            better naming scheme for your network interfaces. For example:
    107108          </para>
    108109
  • chapter09/usage.xml

    r6ebb3b9 ree950a5e  
    527527      characters, or two ASCII characters are composed together. However, in
    528528      UTF-8 mode it is a problem; e.g., for the Greek language, where one
    529       sometimes needs to put an accent on the letter <quote>alpha.</quote>
     529      sometimes needs to put an accent on the letter α.
    530530      The solution is either to avoid the use of UTF-8, or to install the
    531531      X window system, which doesn't have this limitation, in its input
Note: See TracChangeset for help on using the changeset viewer.