Changeset af2b317 for general


Ignore:
Timestamp:
06/22/2024 03:39:23 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk
Children:
89b9739
Parents:
f911e63
git-author:
Xi Ruoyao <xry111@…> (06/22/2024 03:23:50 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/22/2024 03:39:23 AM)
Message:

Punctuation/comma vs. quote clean up

We've done this several times but there are still remaining cases.

Location:
general
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rf911e63 raf2b317  
    149149      <quote>Some of the mimetype-related functionality in GIO requires the
    150150      <command>update-mime-database</command> and
    151       <command>update-desktop-database</command> utilities</quote>,
     151      <command>update-desktop-database</command> utilities,</quote>
    152152      which are part of
    153153      <xref role="runtime" linkend="shared-mime-info"/> and
  • general/genlib/libpaper.xml

    rf911e63 raf2b317  
    142142      <para>
    143143        You may use a different paper size, such as
    144         <quote><literal>letter</literal></quote>.
     144        <literal>letter</literal>.
    145145      </para>
    146146
  • general/genutils/imagemagick.xml

    rf911e63 raf2b317  
    272272      tests require a working <application>Ghostscript</application>. One test
    273273      in 'make check' needs <quote>Helvetica</quote> from <quote>Ghostscript
    274       Standard Fonts</quote>, which are optionally installed in
     274      Standard Fonts,</quote> which are optionally installed in
    275275      <xref linkend="gs"/> - that test, and one other, might fail, but all the
    276276      validation can still pass.
  • general/prog/lua.xml

    rf911e63 raf2b317  
    155155    <para>
    156156      To test the results, issue: <command>make test</command>.
    157       <quote>This will run the interpreter and print its version</quote>.
     157      <quote>This will run the interpreter and print its version.</quote>
    158158      More comprehensive tests can be performed if you downloaded the "Test
    159159      suite" tarball. Those tests need to be executed after the package is
  • general/prog/python-dependencies/editables.xml

    rf911e63 raf2b317  
    2626      <para>
    2727        <application>Editables</application> is python library for creating
    28         <quote>editable wheels</quote>.
     28        <quote>editable wheels.</quote>
    2929      </para>
    3030
  • general/prog/ruby.xml

    rf911e63 raf2b317  
    119119      failure output as cryptic <computeroutput>unknown
    120120      object</computeroutput> messages, resulting a summary falsely claiming
    121       <quote>all tests passed</quote>.  If the environment has variables
     121      <quote>all tests passed.</quote>  If the environment has variables
    122122      related to proxy settings (<envar>all_proxy</envar>,
    123123      <envar>ALL_PROXY</envar>, <envar>http_proxy</envar>, and etc.) set,
  • general/prog/rust.xml

    rf911e63 raf2b317  
    292292      <para>
    293293        The <command>python3 x.py</command> commands may output a warning
    294         message complaining <quote><computeroutput>no codegen-backends
     294        message complaining <computeroutput>no codegen-backends
    295295        config matched the requested path to build a codegen
    296         backend</computeroutput></quote>.  And the provided
     296        backend</computeroutput>.  And the provided
    297297        <quote>suggestion</quote> (<computeroutput>add backend to
    298298        codegen-backends in config.toml</computeroutput>) will not silence
  • general/sysutils/unzip.xml

    rf911e63 raf2b317  
    208208
    209209    <para>
    210       The test suite does not work for target <quote>generic</quote>.
     210      The test suite does not work for target <literal>generic</literal>.
    211211    </para>
    212212
Note: See TracChangeset for help on using the changeset viewer.