Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    ra161de9 r0d7900a  
    3232    <para>
    3333      The <application>GLib</application> package contains a low-level
    34       libraries useful for providing data structure handling for C, portability 
     34      libraries useful for providing data structure handling for C, portability
    3535      wrappers and interfaces for such runtime functionality as an
    3636      event loop, threads, dynamic loading and an object system.
     
    8080      <xref linkend="pkgconfig"/> and
    8181      <xref linkend="python2"/>
    82     </para> 
     82    </para>
    8383
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    9696    <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
    9797    <para role="optional">
    98       Quoted directly from the <filename>INSTALL</filename> file; 
     98      Quoted directly from the <filename>INSTALL</filename> file;
    9999      <quote>Some of the mimetype-related functionality in GIO requires the
    100100      <command>update-mime-database</command> and
    101       <command>update-desktop-database</command> utilities</quote>, 
     101      <command>update-desktop-database</command> utilities</quote>,
    102102      which are part of
    103103      <xref linkend="shared-mime-info"/> and
     
    175175          glib-compile-resources, glib-compile-schemas,
    176176          glib-genmarshal, glib-gettextize, glib-mkenums,
    177           gobject-query, gresource, gsettings, gtester 
     177          gobject-query, gresource, gsettings, gtester
    178178          and gtester-report
    179179        </seg>
     
    218218        <listitem>
    219219          <para>
    220             is used to generate code and/or documentation for one or 
     220            is used to generate code and/or documentation for one or
    221221            more <application>D-Bus</application> interfaces.
    222222          </para>
     
    231231        <listitem>
    232232          <para>
    233             is used to create a giomodule.cache file in the listed directories. 
     233            is used to create a giomodule.cache file in the listed directories.
    234234            This file lists the implemented extension points for each module
    235235            that has been found.
     
    245245        <listitem>
    246246          <para>
    247             is used to read the resource description from file and 
    248             the files that it references to create a binary resource 
     247            is used to read the resource description from file and
     248            the files that it references to create a binary resource
    249249            bundle that is suitable for use with the GResource API.
    250250          </para>
     
    259259        <listitem>
    260260          <para>
    261             is used to compile all the GSettings XML schema files 
    262             in directory into a binary file with the name gschemas.compiled 
     261            is used to compile all the GSettings XML schema files
     262            in directory into a binary file with the name gschemas.compiled
    263263            that can be used by GSettings.
    264264          </para>
Note: See TracChangeset for help on using the changeset viewer.