Changeset 4c3474fe


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

Location:
general/genlib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fam.xml

    r50b8d8b r4c3474fe  
    1515<sect1 id="fam" xreflabel="FAM-&fam-version;">
    1616  <?dbhtml filename="fam.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>FAM-&fam-version;</title>
    24  
     24
    2525  <indexterm zone="fam">
    2626    <primary sortas="a-FAM">FAM</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to FAM</title>
    31    
     31
    3232    <para>The <application>FAM</application> package contains a
    3333    File Alteration Monitor which is useful for notifying applications of
    3434    changes to the file system.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
     
    6363      </listitem>
    6464    </itemizedlist>
    65    
     65
    6666    <bridgehead renderas="sect3">FAM Dependencies</bridgehead>
    67    
     67
    6868    <bridgehead renderas="sect4">Required</bridgehead>
    6969    <para><xref linkend="portmap"/></para>
    70    
    71   </sect2>
    72  
     70
     71  </sect2>
     72
    7373  <sect2 role="installation">
    7474    <title>Installation of FAM</title>
     
    8282./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    8383make</userinput></screen>
    84    
     84
    8585    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    86    
     86
    8787<screen role="root"><userinput>make install</userinput></screen>
    88    
    89   </sect2>
    90  
     88
     89  </sect2>
     90
    9191  <sect2 role="commands">
    9292    <title>Command Explanations</title>
     
    9797    file modifications, rather than polling the file system for
    9898    modifications.</para>
    99    
     99
    100100    <para><command>chmod -v 755 configure</command>: <command>configure</command> is
    101101    set to read-only and <command>autoreconf</command> will fail if the
    102102    permissions aren't changed.</para>
    103    
     103
    104104    <para><command>autoreconf -f -i</command>: The autotools need rebuilding
    105105    because the dnotify patch affects <filename>configure.ac</filename> and
    106106    <filename>Makefile.am</filename>.</para>
    107    
    108   </sect2>
    109  
     107
     108  </sect2>
     109
    110110  <sect2 role="configuration">
    111111    <title>Configuring FAM</title>
     
    113113    <sect3 id='fam-config'>
    114114      <title>Config Files</title>
    115      
     115
    116116      <para><filename>/etc/rpc</filename>,
    117117      <filename>/etc/fam.conf</filename>,
     
    119119      <filename>/etc/xinetd.conf</filename> or
    120120      <filename>/etc/xinetd.d/fam</filename></para>
    121      
     121
    122122      <indexterm zone="fam fam-config">
    123123        <primary sortas="e-etc-rpc">/etc/rpc</primary>
    124124      </indexterm>
    125      
     125
    126126      <indexterm zone="fam fam-config">
    127127        <primary sortas="e-etc-fam.conf">/etc/fam.conf</primary>
    128128      </indexterm>
    129      
     129
    130130      <indexterm zone="fam fam-config">
    131131        <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
    132132      </indexterm>
    133      
     133
    134134      <indexterm zone="fam fam-config">
    135135        <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
    136136      </indexterm>
    137      
     137
    138138      <indexterm zone="fam fam-config">
    139139        <primary sortas="e-etc-xinetd.d-sgi_fam">/etc/xinetd.d/sgi_fam</primary>
    140140      </indexterm>
    141    
     141
    142142    </sect3>
    143143
     
    146146
    147147      <para>Configuring the File Alteration Monitor.</para>
    148      
     148
    149149      <para>If you use <application>inetd</application>, add the
    150150      <application>FAM</application> entry to
     
    190190        <primary sortas="f-fam">fam</primary>
    191191      </indexterm>
    192      
     192
    193193    </sect3>
    194    
    195   </sect2>
    196  
     194
     195  </sect2>
     196
    197197  <sect2 role="content">
    198198    <title>Contents</title>
     
    202202      <segtitle>Installed Library</segtitle>
    203203      <segtitle>Installed Directories</segtitle>
    204    
     204
    205205      <seglistitem>
    206206        <seg>famd</seg>
     
    209209      </seglistitem>
    210210    </segmentedlist>
    211    
     211
    212212    <variablelist>
    213213      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    214214      <?dbfo list-presentation="list"?>
    215215      <?dbhtml list-presentation="table"?>
    216    
     216
    217217    <varlistentry id="famd">
    218218      <term><command>famd</command></term>
     
    224224      </listitem>
    225225    </varlistentry>
    226    
     226
    227227    <varlistentry id="libfam">
    228228      <term><filename class='libraryfile'>libfam.[so,a]</filename></term>
     
    234234      </listitem>
    235235    </varlistentry>
    236    
    237     </variablelist> 
    238    
     236
     237    </variablelist>
     238
    239239  </sect2>
    240240
  • 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
  • general/genlib/libusb.xml

    r50b8d8b r4c3474fe  
    1515<sect1 id="libusb" xreflabel="libusb-&libusb-version;">
    1616  <?dbhtml filename="libusb.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libusb-&libusb-version;</title>
    24  
     24
    2525  <indexterm zone="libusb">
    2626    <primary sortas="a-Libusb">Libusb</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libusb</title>
    31    
     31
    3232    <para>The <application>libusb</application> package contains a library
    3333    used by some applications for USB device access.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">Libusb Dependencies</bridgehead>
    58    
     58
    5959    <bridgehead renderas="sect4">Optional (Required to Build the HTML User
    6060    Manual)</bridgehead>
    6161    <para><xref linkend="openjade"/> and
    6262    <ulink url="http://www.docbook.org/sgml/4.2/index.html"> DocBOOK SGML
    63     DTD-4.2</ulink></para> 
    64    
     63    DTD-4.2</ulink></para>
     64
    6565    <bridgehead renderas="sect4">Optional (Required to Build the API
    6666    Documentation)</bridgehead>
    6767    <para><xref linkend="doxygen"/> and
    6868    <ulink url="http://www.graphviz.org/">GraphViz</ulink></para>
    69    
     69
    7070  </sect2>
    71  
     71
    7272  <sect2 role="installation">
    7373    <title>Installation of Libusb</title>
     
    8383
    8484<screen><userinput>make apidox</userinput></screen>
    85    
     85
    8686    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    87    
     87
    8888<screen role="root"><userinput>make install</userinput></screen>
    8989
     
    9999<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs &amp;&amp;
    100100install -v -m644 apidocs/html/* /usr/share/doc/libusb-&libusb-version;/apidocs</userinput></screen>
    101    
     101
    102102  </sect2>
    103  
     103
    104104  <sect2 role="commands">
    105105    <title>Command Explanations</title>
     
    115115    /etc/sgml/catalog \
    116116    /etc/sgml/sgml-docbook.cat</userinput></screen>
    117    
     117
    118118  </sect2>
    119  
     119
    120120  <sect2 role="configuration">
    121121    <title>Configuring Libusb</title>
     
    136136    (listing the resulting <quote>usbcore</quote> module in the
    137137    <filename>/etc/sysconfig/modules</filename> file). You should also have an
    138     entry similar to the line below in your <filename>/etc/fstab</filename> 
     138    entry similar to the line below in your <filename>/etc/fstab</filename>
    139139    file:</para>
    140    
     140
    141141    <indexterm zone="libusb libusb-kernel">
    142142    <primary sortas="d-USB-device-filesystem">USB device filesystem</primary>
     
    144144
    145145<screen><literal>usbfs  /proc/bus/usb  usbfs  devgid=14,devmode=0660  0  0</literal></screen>
    146    
     146
    147147  </sect2>
    148  
     148
    149149  <sect2 role="content">
    150150    <title>Contents</title>
     
    154154      <segtitle>Installed Libraries</segtitle>
    155155      <segtitle>Installed Directory</segtitle>
    156      
     156
    157157      <seglistitem>
    158158        <seg>usb-config</seg>
     
    161161      </seglistitem>
    162162    </segmentedlist>
    163    
     163
    164164    <variablelist>
    165165      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    166166      <?dbfo list-presentation="list"?>
    167167      <?dbhtml list-presentation="table"?>
    168      
     168
    169169      <varlistentry id="usb-config">
    170170        <term><command>usb-config</command></term>
     
    178178        </listitem>
    179179      </varlistentry>
    180      
     180
    181181      <varlistentry id="libusb-lib">
    182182        <term><filename class='libraryfile'>libusb.[so,a]</filename></term>
     
    189189        </listitem>
    190190      </varlistentry>
    191    
     191
    192192    </variablelist>
    193193
  • general/genlib/pcre.xml

    r50b8d8b r4c3474fe  
    1515<sect1 id="pcre" xreflabel="PCRE-&pcre-version;">
    1616  <?dbhtml filename="pcre.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>PCRE-&pcre-version;</title>
    24  
     24
    2525  <indexterm zone="pcre">
    2626    <primary sortas="a-PCRE">PCRE</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to PCRE</title>
    31    
     31
    3232    <para>The <application>PCRE</application> package contains
    3333    <application>Perl</application> Compatible Regular Expression
     
    3535    matching using the same syntax and semantics as
    3636    <application>Perl</application> 5.</para>
    37    
     37
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing="compact">
     
    5757      </listitem>
    5858    </itemizedlist>
    59    
     59
    6060  </sect2>
    61  
     61
    6262  <sect2 role="installation">
    6363    <title>Installation of PCRE</title>
     
    7070
    7171    <para>To test the results, issue: <command>make runtest</command>.</para>
    72    
     72
    7373    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    74    
     74
    7575<screen role="root"><userinput>make install</userinput></screen>
    7676
     
    8686<screen role="root"><userinput>mv -v /usr/lib/libpcre.so.* /lib/ &amp;&amp;
    8787ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
    88    
     88
    8989  </sect2>
    90  
     90
    9191  <sect2 role="commands">
    9292    <title>Command Explanations</title>
     
    9494    <para><parameter>--enable-utf8</parameter>: This switch includes the code for
    9595    handling UTF-8 character strings in the library.</para>
    96    
     96
    9797  </sect2>
    98  
     98
    9999  <sect2 role="content">
    100100    <title>Contents</title>
     
    104104      <segtitle>Installed Libraries</segtitle>
    105105      <segtitle>Installed Directories</segtitle>
    106      
     106
    107107      <seglistitem>
    108108        <seg>pcregrep, pcretest, and pcre-config</seg>
     
    111111      </seglistitem>
    112112    </segmentedlist>
    113    
     113
    114114    <variablelist>
    115115      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    116116      <?dbfo list-presentation="list"?>
    117117      <?dbhtml list-presentation="table"?>
    118      
     118
    119119      <varlistentry id="pcregrep">
    120120        <term><command>pcregrep</command></term>
     
    127127        </listitem>
    128128      </varlistentry>
    129      
     129
    130130      <varlistentry id="pcretest">
    131131        <term><command>pcretest</command></term>
     
    138138        </listitem>
    139139      </varlistentry>
    140      
     140
    141141      <varlistentry id="pcre-config">
    142142        <term><command>pcre-config</command></term>
     
    149149        </listitem>
    150150      </varlistentry>
    151    
     151
    152152    </variablelist>
    153153
Note: See TracChangeset for help on using the changeset viewer.