Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    r4a80a67 r4c24eb0a  
    171171        <listitem>
    172172          <para>
    173             converts a TIFF facsimile to compressed PostScript file.
     173            converts a TIFF facsimile to compressed PostScript file
    174174          </para>
    175175          <indexterm zone="libtiff fax2ps">
     
    183183        <listitem>
    184184          <para>
    185             creates a TIFF Class F fax file from raw fax data.
     185            creates a TIFF Class F fax file from raw fax data
    186186          </para>
    187187          <indexterm zone="libtiff fax2tiff">
     
    208208          <para>
    209209            converts a palette color TIFF image to a full color
    210             image.
     210            image
    211211          </para>
    212212          <indexterm zone="libtiff pal2rgb">
     
    220220        <listitem>
    221221          <para>
    222             creates a TIFF file from a PPM image file.
     222            creates a TIFF file from a PPM image file
    223223          </para>
    224224          <indexterm zone="libtiff ppm2tiff">
     
    244244        <listitem>
    245245          <para>
    246             converts a raw byte sequence into TIFF.
     246            converts a raw byte sequence into TIFF
    247247          </para>
    248248          <indexterm zone="libtiff raw2tiff">
     
    280280        <listitem>
    281281          <para>
    282             converts a color TIFF image to grayscale.
     282            converts a color TIFF image to grayscale
    283283          </para>
    284284          <indexterm zone="libtiff tiff2bw">
     
    292292        <listitem>
    293293          <para>
    294             converts a TIFF image to a PDF document.
     294            converts a TIFF image to a PDF document
    295295          </para>
    296296          <indexterm zone="libtiff tiff2pdf">
     
    304304        <listitem>
    305305          <para>
    306             converts a TIFF image to a PostScript file.
     306            converts a TIFF image to a PostScript file
    307307          </para>
    308308          <indexterm zone="libtiff tiff2ps">
     
    317317          <para>
    318318            converts a wide variety of TIFF images into an RGBA
    319             TIFF image.
     319            TIFF image
    320320          </para>
    321321          <indexterm zone="libtiff tiff2rgba">
     
    329329        <listitem>
    330330          <para>
    331             compares two TIFF files.
     331            compares two TIFF files
    332332          </para>
    333333          <indexterm zone="libtiff tiffcmp">
     
    341341        <listitem>
    342342          <para>
    343             copies (and possibly converts) a TIFF file.
     343            copies (and possibly converts) a TIFF file
    344344          </para>
    345345          <indexterm zone="libtiff tiffcp">
     
    354354          <para>
    355355            selects, copies, crops, converts, extracts and/or processes
    356             one or more TIFF files.
     356            one or more TIFF files
    357357          </para>
    358358          <indexterm zone="libtiff tiffcrop">
     
    366366        <listitem>
    367367          <para>
    368             converts a grayscale image to bilevel using dithering.
     368            converts a grayscale image to bilevel using dithering
    369369          </para>
    370370          <indexterm zone="libtiff tiffdither">
     
    378378        <listitem>
    379379          <para>
    380             prints verbatim information about TIFF files.
     380            prints verbatim information about TIFF files
    381381          </para>
    382382          <indexterm zone="libtiff tiffdump">
     
    390390        <listitem>
    391391          <para>
    392             displays an image stored in a TIFF file.
     392            displays an image stored in a TIFF file
    393393          </para>
    394394          <indexterm zone="libtiff tiffgt">
     
    402402        <listitem>
    403403          <para>
    404             prints information about TIFF files.
     404            prints information about TIFF files
    405405          </para>
    406406          <indexterm zone="libtiff tiffinfo">
     
    414414        <listitem>
    415415          <para>
    416             applies the median cut algorithm to data in a TIFF file.
     416            applies the median cut algorithm to data in a TIFF file
    417417          </para>
    418418          <indexterm zone="libtiff tiffmedian">
     
    426426        <listitem>
    427427          <para>
    428             sets the value of a TIFF header to a specified value.
     428            sets the value of a TIFF header to a specified value
    429429          </para>
    430430          <indexterm zone="libtiff tiffset">
     
    438438        <listitem>
    439439          <para>
    440             splits a multi-image TIFF into single-image TIFF files.
     440            splits a multi-image TIFF into single-image TIFF files
    441441          </para>
    442442          <indexterm zone="libtiff tiffsplit">
     
    452452            contains the API functions used by the
    453453            <application>libtiff</application> programs as well as other
    454             programs to read and write TIFF files.
     454            programs to read and write TIFF files
    455455          </para>
    456456          <indexterm zone="libtiff libtiff-lib">
     
    465465          <para>
    466466            contains the C++ API functions used
    467             by programs to read and write TIFF files.
     467            by programs to read and write TIFF files
    468468          </para>
    469469          <indexterm zone="libtiff libtiffxx">
Note: See TracChangeset for help on using the changeset viewer.