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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/usage.xml

    r44850bb r360fdfca  
    4949    <note>
    5050       <para>
    51           Classically, run level 2 above was defined as
    52           "multi-user mode without networking", but this was only the case
    53           many years ago when multiple users could connect to a system via
    54           serial ports.  In today's environment it makes no sense, and
    55           we now say it is "reserved".
     51         Classically, run level 2 above was defined as <quote>multi-user
     52         mode without networking,</quote> but this was only the case
     53         many years ago when multiple users could connect to a system via
     54         serial ports.  In today's environment it makes no sense, and
     55         we now say it is <quote>reserved.</quote>
    5656       </para>
    5757    </note>
     
    349349
    350350  <para>The <filename>/etc/sysconfig/console</filename> file should contain lines
    351   of the form: VARIABLE="value". The following variables are recognized:</para>
     351  of the form: <envar>VARIABLE=value</envar>. The following variables are recognized:</para>
    352352  <variablelist>
    353353
     
    357357        <para>This variable specifies the log level for kernel messages sent
    358358        to the console as set by <command>dmesg -n</command>. Valid levels are
    359         from "1" (no messages) to "8". The default level is "7".</para>
     359        from <literal>1</literal> (no messages) to <literal>8</literal>. The default level is <literal>7</literal>, which is quite verbose.</para>
    360360      </listitem>
    361361    </varlistentry>
     
    366366        <para>This variable specifies the arguments for the
    367367        <command>loadkeys</command> program, typically, the name of the keymap
    368         to load, e.g., <quote>it</quote>. If this variable is not set, the
     368        to load, e.g., <literal>it</literal>. If this variable is not set, the
    369369        bootscript will not run the <command>loadkeys</command> program,
    370370        and the default kernel keymap will be used.  Note that a few keymaps
     
    385385        is not completely satisfactory and a small adjustment has to be made. E.g.,
    386386        to include the Euro sign into a keymap that normally doesn't have it,
    387         set this variable to <quote>euro2</quote>.</para>
     387        set this variable to <literal>euro2</literal>.</para>
    388388      </listitem>
    389389    </varlistentry>
     
    394394        <para>This variable specifies the arguments for the
    395395        <command>setfont</command> program. Typically, this includes the font
    396         name, <quote>-m</quote>, and the name of the application character
     396        name, <literal>-m</literal>, and the name of the application character
    397397        map to load. E.g., in order to load the <quote>lat1-16</quote> font
    398398        together with the <quote>8859-1</quote> application character map
    399399        (appropriate in the USA),
    400400        <!-- because of the copyright sign -->
    401         set this variable to <quote>lat1-16 -m 8859-1</quote>.
     401        set this variable to <literal>lat1-16 -m 8859-1</literal>.
    402402        In UTF-8 mode, the kernel uses the application character map to
    403403        convert 8-bit key codes to UTF-8. Therefore
     
    411411      <term>UNICODE</term>
    412412      <listitem>
    413         <para>Set this variable to <quote>1</quote>, <quote>yes</quote>, or
    414         <quote>true</quote> in order to put the
     413        <para>Set this variable to <literal>1</literal>, <literal>yes</literal>, or
     414        <literal>true</literal> in order to put the
    415415        console into UTF-8 mode. This is useful in UTF-8 based locales and
    416416        harmful otherwise.</para>
     
    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 <quote>alpha.</quote>
    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.