Ignore:
Timestamp:
05/30/2005 04:29:22 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
b66607a
Parents:
50b8d8b
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r50b8d8b r4c3474fe  
    1515<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
    1616  <?dbhtml filename="glib2.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>GLib-&glib2-version;</title>
    24  
     24
    2525  <indexterm zone="glib2">
    2626    <primary sortas="a-GLib2">GLib2</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to GLib</title>
    31    
     31
    3232    <para>The <application>glib</application> package contains a low-level core
    3333    library. This is useful for providing data structure handling for C,
    3434    portability wrappers and interfaces for such runtime functionality as an
    3535    event loop, threads, dynamic loading, and an object system.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Glib Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para><xref linkend="pkgconfig"/></para>
    63    
     63
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    6565    <para><xref linkend="gtk-doc"/></para>
    66    
     66
    6767  </sect2>
    68  
     68
    6969  <sect2 role="installation">
    7070    <title>Installation of GLib</title>
     
    7575<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7676make</userinput></screen>
    77    
     77
    7878    <para>To test the results, issue: <command>make check</command>.</para>
    79    
     79
    8080    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    81    
     81
    8282<screen role="root"><userinput>make install</userinput></screen>
    83    
     83
    8484  </sect2>
    85  
     85
    8686  <sect2 role="commands">
    8787    <title>Command Explanations</title>
     
    9090    the API documentation during the
    9191    <command>make</command> command.</para>
    92    
     92
    9393  </sect2>
    94  
     94
    9595  <sect2 role="content">
    9696    <title>Contents</title>
     
    100100      <segtitle>Installed Libraries</segtitle>
    101101      <segtitle>Installed Directories</segtitle>
    102      
     102
    103103      <seglistitem>
    104104        <seg>glib-genmarshal, glib-gettextize, glib-mkenums, and
     
    110110      </seglistitem>
    111111    </segmentedlist>
    112    
     112
    113113    <variablelist>
    114114      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    115115      <?dbfo list-presentation="list"?>
    116116      <?dbhtml list-presentation="table"?>
    117      
     117
    118118      <varlistentry id="glib-genmarshal">
    119119        <term><command>glib-genmarshal</command></term>
     
    126126        </listitem>
    127127      </varlistentry>
    128      
     128
    129129      <varlistentry id="glib-gettextize">
    130130        <term><command>glib-gettextize</command></term>
     
    137137        </listitem>
    138138      </varlistentry>
    139      
     139
    140140      <varlistentry id="glib-mkenums">
    141141        <term><command>glib-mkenums</command></term>
     
    147147        </listitem>
    148148      </varlistentry>
    149      
     149
    150150      <varlistentry id="gobject-query">
    151151        <term><command>gobject-query</command></term>
     
    157157        </listitem>
    158158      </varlistentry>
    159      
     159
    160160      <varlistentry id="GLib-libraries">
    161161        <term>GLib libraries</term>
     
    168168          </listitem>
    169169        </varlistentry>
    170        
     170
    171171    </variablelist>
    172172
Note: See TracChangeset for help on using the changeset viewer.