Changeset ee950a5e for chapter09


Ignore:
Timestamp:
01/28/2024 12:53:47 PM (4 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'>.

Location:
chapter09
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.