Changeset 4c24eb0a for pst/scanning


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

Location:
pst/scanning
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/sane.xml

    r4a80a67 r4c24eb0a  
    501501          <para>
    502502            creates a gamma table in the format expected by
    503             <command>scanimage</command>.
     503            <command>scanimage</command>
    504504          </para>
    505505          <indexterm zone="sane gamma4scanimage">
     
    515515            is a tool used to determine the compiler and linker
    516516            flags that should be used to compile and link
    517             <application>SANE</application>.
     517            <application>SANE</application>
    518518          </para>
    519519          <indexterm zone="sane sane-config-prog">
     
    529529            is the <application>SANE</application> daemon that
    530530            allows remote clients to access image acquisition devices
    531             available on the local host.
     531            available on the local host
    532532          </para>
    533533          <indexterm zone="sane saned">
     
    544544            USB scanners and determine their device files. Its primary
    545545            purpose is to make sure that scanners can be detected by
    546             <application>SANE</application> backends.
     546            <application>SANE</application> backends
    547547          </para>
    548548          <indexterm zone="sane sane-find-scanner">
     
    557557          <para>
    558558            is a command-line interface to control image acquisition
    559             devices which are equipped with an automatic document feeder (ADF).
     559            devices which are equipped with an automatic document feeder (ADF)
    560560          </para>
    561561          <indexterm zone="sane scanadf">
     
    571571            is a command line interface for scanning from image acquisition
    572572            devices such as flatbed scanners or cameras. It is also used to
    573             list the available backend devices.
     573            list the available backend devices
    574574          </para>
    575575          <indexterm zone="sane scanimage">
     
    584584          <para>
    585585            is a graphical camera front end for
    586             <application>SANE</application>.
     586            <application>SANE</application>
    587587          </para>
    588588          <indexterm zone="sane xcam">
     
    596596        <listitem>
    597597          <para>
    598             is a graphical user interface for scanning.
     598            is a graphical user interface for scanning
    599599          </para>
    600600          <indexterm zone="sane xscanimage">
     
    605605
    606606      <varlistentry id="libsane">
    607         <term><filename class='libraryfile'>libsane.so</filename></term>
     607        <term><filename class="libraryfile">libsane.so</filename></term>
    608608        <listitem>
    609609          <para>
    610610            is the application programming interface that is used to
    611             communicate between frontends and backends.
     611            communicate between frontends and backends
    612612          </para>
    613613          <indexterm zone="sane libsane">
     
    618618
    619619      <varlistentry id="libsane-module">
    620         <term><filename class='libraryfile'>libsane-*.so</filename></term>
     620        <term><filename class="libraryfile">libsane-*.so</filename></term>
    621621        <listitem>
    622622          <para>
    623623            modules are backend scanning library plugins used to interface
    624             with scanning devices. See <ulink
    625             url="http://www.sane-project.org/sane-supported-devices.html"/>
    626             for a list of supported backends.
     624            with scanning devices. See
     625            <ulink url="http://www.sane-project.org/sane-supported-devices.html"/>
     626            for a list of supported backends
    627627          </para>
    628628          <indexterm zone="sane libsane-module">
  • pst/scanning/xsane.xml

    r4a80a67 r4c24eb0a  
    215215          <para>
    216216            is a graphical user-interface to control an image acquisition
    217             device such as a flatbed scanner.
     217            device such as a flatbed scanner
    218218          </para>
    219219          <indexterm zone="xsane xsane-prog">
Note: See TracChangeset for help on using the changeset viewer.