Changeset 74390482


Ignore:
Timestamp:
05/30/2005 09:33:35 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:
8d77de6
Parents:
893d9711
Message:

Removed excess spaces from the ends of lines in the source files

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

Location:
general/genlib
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    r893d9711 r74390482  
    3030    <title>Introduction to Expat</title>
    3131
    32     <para>The <application>expat</application> package contains a stream oriented 
     32    <para>The <application>expat</application> package contains a stream oriented
    3333    C library for parsing XML.</para>
    3434
     
    6666    <title>Installation of Expat</title>
    6767
    68     <para>Install <application>expat</application> by running the following 
     68    <para>Install <application>expat</application> by running the following
    6969    commands:</para>
    7070
     
    103103        <term><command>xmlwf</command></term>
    104104        <listitem>
    105           <para>is a non-validating utility to check whether or not 
     105          <para>is a non-validating utility to check whether or not
    106106          XML documents are well formed.</para>
    107107          <indexterm zone="expat xmlwf">
  • general/genlib/fam.xml

    r893d9711 r74390482  
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    61         <para>Dnotify patch (Recommended): 
     61        <para>Dnotify patch (Recommended):
    6262        <ulink url="&patch-root;/fam-&fam-version;-dnotify-1.patch"/></para>
    6363      </listitem>
     
    9292    <title>Command Explanations</title>
    9393
    94     <para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>: 
    95     This patch enables <application>FAM</application> to use 
     94    <para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>:
     95    This patch enables <application>FAM</application> to use
    9696    the Linux kernel dnotify mechanism to inform the calling process of
    9797    file modifications, rather than polling the file system for
    9898    modifications.</para>
    9999
    100     <para><command>chmod -v 755 configure</command>: <command>configure</command> is 
    101     set to read-only and <command>autoreconf</command> will fail if the 
     100    <para><command>chmod -v 755 configure</command>: <command>configure</command> is
     101    set to read-only and <command>autoreconf</command> will fail if the
    102102    permissions aren't changed.</para>
    103103
    104     <para><command>autoreconf -f -i</command>: The autotools need rebuilding 
    105     because the dnotify patch affects <filename>configure.ac</filename> and 
     104    <para><command>autoreconf -f -i</command>: The autotools need rebuilding
     105    because the dnotify patch affects <filename>configure.ac</filename> and
    106106    <filename>Makefile.am</filename>.</para>
    107107
     
    156156      <para>If you use <application>xinetd</application>, the following command will
    157157      create the <application>FAM</application> file as
    158       <filename>/etc/xinetd.d/sgi_fam</filename> (be sure the 
     158      <filename>/etc/xinetd.d/sgi_fam</filename> (be sure the
    159159      <systemitem class="groupname">nogroup</systemitem> group exists):</para>
    160160
     
    179179EOF</userinput></screen>
    180180
    181       <para id='fam-init'>If you do not have an <command>inetd</command> daemon 
    182       installed and have no wish to install one, you can also start 
    183       <command>famd</command> during system startup by installing the 
     181      <para id='fam-init'>If you do not have an <command>inetd</command> daemon
     182      installed and have no wish to install one, you can also start
     183      <command>famd</command> during system startup by installing the
    184184      <filename>/etc/rc.d/init.d/fam</filename> init script included in the
    185185      <xref linkend="intro-important-bootscripts"/> package.</para>
  • general/genlib/gdbm.xml

    r893d9711 r74390482  
    3030    <title>Introduction to GDBM</title>
    3131
    32     <para>The <application>GDBM</application> package contains the 
    33     GNU Database Manager. This is a disk file format database which stores 
    34     key/data-pairs in single files. The actual data of any record being stored 
    35     is indexed by a unique key, which can be retrieved in less time than if it 
     32    <para>The <application>GDBM</application> package contains the
     33    GNU Database Manager. This is a disk file format database which stores
     34    key/data-pairs in single files. The actual data of any record being stored
     35    is indexed by a unique key, which can be retrieved in less time than if it
    3636    was stored in a text file.</para>
    3737
     
    6363    <title>Installation of GDBM</title>
    6464
    65     <para>Install <application>GDBM</application> by running 
     65    <para>Install <application>GDBM</application> by running
    6666    the following commands:
    6767    </para>
     
    7777
    7878    <para>In addition, you may need to install the <application>DBM</application>
    79     and <application>NDBM</application> compatibility headers and library since 
     79    and <application>NDBM</application> compatibility headers and library since
    8080    some applications look for these older dbm routines.</para>
    8181
     
    118118        <term><filename class='libraryfile'>libgdbm.[so,a]</filename></term>
    119119        <listitem>
    120           <para>contains functions that perform database routines using 
     120          <para>contains functions that perform database routines using
    121121          extendible hashing.</para>
    122122          <indexterm zone="gdbm libgdbm">
  • general/genlib/genlib.xml

    r893d9711 r74390482  
    1515  duplicate code (and risk introducing bugs), it just has to call
    1616  functions from the libraries installed on the system.  The most obvious
    17   example of a set of libraries is <application>Glibc</application> which is 
    18   installed during the LFS book.  This contains all of the 
     17  example of a set of libraries is <application>Glibc</application> which is
     18  installed during the LFS book.  This contains all of the
    1919  <application>C</application> library functions which programs use.</para>
    2020
    21   <para>There are two types of libraries: static and shared.  Shared libraries 
     21  <para>There are two types of libraries: static and shared.  Shared libraries
    2222  (usually <filename>libXXX.so</filename>) are loaded into memory from the shared
    2323  copy at runtime (hence the name).  Static libraries (<filename>libXXX.a
    24   </filename>) are actually linked into the program executable file itself, thus 
    25   making the program file larger.  Quite often, you will find both static and 
     24  </filename>) are actually linked into the program executable file itself, thus
     25  making the program file larger.  Quite often, you will find both static and
    2626  shared copies of the same library on your system.</para>
    2727
    2828  <para>Generally, you only need to install libraries when you are
    2929  installing software that needs the functionality they supply.  In
    30   the BLFS book, each package is presented with a list of 
    31   (known) dependencies.  Thus, you can figure out which libraries you need to 
    32   have before installing that program.  If you are installing something without 
    33   using BLFS instructions, usually the <filename>README</filename> or 
    34   <filename>INSTALL</filename> file will contain 
     30  the BLFS book, each package is presented with a list of
     31  (known) dependencies.  Thus, you can figure out which libraries you need to
     32  have before installing that program.  If you are installing something without
     33  using BLFS instructions, usually the <filename>README</filename> or
     34  <filename>INSTALL</filename> file will contain
    3535  details of the program's requirements.</para>
    3636
    3737  <para>There are certain libraries which nearly <emphasis>everyone</emphasis>
    38   will need at some point.  In this chapter we list these and some others and 
     38  will need at some point.  In this chapter we list these and some others and
    3939  explain why you may want to install them.</para>
    4040
  • general/genlib/glib2.xml

    r893d9711 r74390482  
    7070    <title>Installation of GLib</title>
    7171
    72     <para>Install <application>glib</application> by running the following 
     72    <para>Install <application>glib</application> by running the following
    7373    commands:</para>
    7474
     
    104104        <seg>glib-genmarshal, glib-gettextize, glib-mkenums, and
    105105        gobject-query</seg>
    106         <seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so, and 
     106        <seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so, and
    107107        libgthread-2.0.so</seg>
    108108        <seg>/usr/include/glib-2.0, /usr/lib/glib-2.0, /usr/share/glib-2.0,
  • general/genlib/gmp.xml

    r893d9711 r74390482  
    6161    <title>Installation of GMP</title>
    6262
    63     <para>Install <application>GMP</application> by running 
     63    <para>Install <application>GMP</application> by running
    6464    the following commands:</para>
    6565
     
    7878
    7979    <para><parameter>--enable-cxx</parameter>: This parameter
    80     enables C++ support by building the 
     80    enables C++ support by building the
    8181    <filename class="libraryfile">libgmpxx</filename> libraries.</para>
    8282
    8383    <para><parameter>--enable-mpbsd</parameter>: This parameter
    84     enables building the Berkeley MP compatibility 
     84    enables building the Berkeley MP compatibility
    8585    (<filename class="libraryfile">libmp</filename>) libraries.</para>
    8686
    8787    <para><parameter>--enable-mpfr</parameter>: This parameter
    88     enables building the Multiple Precision Floating-Point Reliable 
     88    enables building the Multiple Precision Floating-Point Reliable
    8989    (<filename class="libraryfile">libmpfr.a</filename>) library.</para>
    9090
     
    114114        <term><filename class='libraryfile'>libgmp.[so,a]</filename></term>
    115115        <listitem>
    116           <para>contains functions to operate on signed integers, rational 
     116          <para>contains functions to operate on signed integers, rational
    117117          numbers, and floating point numbers.</para>
    118118          <indexterm zone="gmp libgmp">
  • general/genlib/gwrap.xml

    r893d9711 r74390482  
    3131
    3232    <para>The <application>G-Wrap</application> package contains tools for
    33     exporting <application>C</application> libraries into 
     33    exporting <application>C</application> libraries into
    3434    <application>Scheme</application> interpreters.</para>
    3535
     
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para><xref linkend="GLib"/>, 
    65     <xref linkend="GTK"/> and 
     64    <para><xref linkend="GLib"/>,
     65    <xref linkend="GTK"/> and
    6666    <ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
    6767
     
    103103        <term><command>g-wrap-config</command></term>
    104104        <listitem>
    105           <para>is a tool to generate <envar>CFLAGS</envar> for linking 
    106           <application>C</application> code to the 
     105          <para>is a tool to generate <envar>CFLAGS</envar> for linking
     106          <application>C</application> code to the
    107107          <application>Scheme</application> runtime libraries.</para>
    108108          <indexterm zone="gwrap g-wrap-config">
  • general/genlib/ispell.xml

    r893d9711 r74390482  
    6565
    6666    <para>By default, <application>ispell</application> only installs an American
    67     English dictionary. To set up other languages, check out the 
    68     <filename>config.X</filename> file for the #define entry to append to 
     67    English dictionary. To set up other languages, check out the
     68    <filename>config.X</filename> file for the #define entry to append to
    6969    <filename>local.h</filename>.</para>
    7070
  • general/genlib/libcroco.xml

    r893d9711 r74390482  
    6767    <title>Installation of Libcroco</title>
    6868
    69     <para>Install <application>libcroco</application> by running the following 
     69    <para>Install <application>libcroco</application> by running the following
    7070    commands:</para>
    7171
  • general/genlib/libesmtp.xml

    r893d9711 r74390482  
    3030    <title>Introduction to Libesmtp</title>
    3131
    32     <para>The <application>libesmtp</application> package contains the 
    33     <application>libesmtp</application> libraries which are used by some programs 
     32    <para>The <application>libesmtp</application> package contains the
     33    <application>libesmtp</application> libraries which are used by some programs
    3434    to manage email submission to a mail transport layer.</para>
    3535
     
    6666    <title>Installation of Libesmtp</title>
    6767
    68     <para>Install <application>libesmtp</application> by running the following 
     68    <para>Install <application>libesmtp</application> by running the following
    6969    commands:</para>
    7070
     
    9999        <term><command>libesmtp-config</command></term>
    100100        <listitem>
    101           <para>displays version information and the options used to 
     101          <para>displays version information and the options used to
    102102          compile <application>libesmtp</application>.</para>
    103103          <indexterm zone="libesmtp libesmtp-config">
     
    110110        <term><filename class='libraryfile'>libesmtp.[so,a]</filename></term>
    111111        <listitem>
    112           <para>is used to manage submission of electronic mail to a Mail 
     112          <para>is used to manage submission of electronic mail to a Mail
    113113          Transport Agent.</para>
    114114          <indexterm zone="libesmtp libesmtp-lib">
     
    121121        <term><filename class='libraryfile'>libesmtp SASL plugins</filename></term>
    122122        <listitem>
    123           <para>are used to integrate <application>libesmtp</application> with 
     123          <para>are used to integrate <application>libesmtp</application> with
    124124          SASL authentication.</para>
    125125          <indexterm zone="libesmtp libesmtp-plugins">
  • general/genlib/libglade.xml

    r893d9711 r74390482  
    3030    <title>Introduction to Libglade</title>
    3131
    32     <para>The <application>libglade</application> package contains 
    33     <filename class="libraryfile">libglade</filename> libraries. These are useful 
     32    <para>The <application>libglade</application> package contains
     33    <filename class="libraryfile">libglade</filename> libraries. These are useful
    3434    for loading Glade interface files in a program at runtime.</para>
    3535
     
    5959
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para><xref linkend="libxml2"/> and 
     61    <para><xref linkend="libxml2"/> and
    6262    <xref linkend="gtk2"/></para>
    6363
     
    7171    <title>Installation of Libglade</title>
    7272
    73     <para>Install <application>libglade</application> by running the following 
     73    <para>Install <application>libglade</application> by running the following
    7474    commands:</para>
    7575
     
    8686    <title>Command Explanations</title>
    8787
    88     <para><option>--enable-gtk-doc</option>: This switch can be added to 
     88    <para><option>--enable-gtk-doc</option>: This switch can be added to
    8989    rebuild the HTML documentation.</para>
    9090
     
    103103        <filename class='libraryfile'>pyexpat.so</filename>)</seg>
    104104        <seg>libglade-2.0.[so,a]</seg>
    105         <seg>/usr/include/libglade-2.0, /usr/share/xml/libglade, and 
     105        <seg>/usr/include/libglade-2.0, /usr/share/xml/libglade, and
    106106        /usr/share/gtk-doc/html/libglade</seg>
    107107      </seglistitem>
     
    116116        <term><command>libglade-convert</command></term>
    117117        <listitem>
    118           <para>is used to convert old Glade interface files to 
     118          <para>is used to convert old Glade interface files to
    119119          Glade-2.0 standards.</para>
    120120          <indexterm zone="libglade libglade-convert">
     
    127127        <term><filename class='libraryfile'>libglade-2.0.[so,a]</filename></term>
    128128        <listitem>
    129           <para>contain the functions necessary to load Glade interface 
     129          <para>contain the functions necessary to load Glade interface
    130130          files.</para>
    131131          <indexterm zone="libglade libglade-lib">
  • general/genlib/libidl.xml

    r893d9711 r74390482  
    3030    <title>Introduction to LibIDL</title>
    3131
    32     <para>The <application>libIDL</application> package 
    33     contains libraries for Interface Definition Language files. This is a 
     32    <para>The <application>libIDL</application> package
     33    contains libraries for Interface Definition Language files. This is a
    3434    specification for defining portable interfaces.</para>
    3535
     
    6666    <title>Installation of LibIDL</title>
    6767
    68     <para>Install <application>libIDL</application> by running 
     68    <para>Install <application>libIDL</application> by running
    6969    the following commands:</para>
    7070
     
    103103        <term><command>libIDL-config-2</command></term>
    104104        <listitem>
    105           <para>determines the compile and linker flags that should be used to 
    106           compile and link programs that use 
     105          <para>determines the compile and linker flags that should be used to
     106          compile and link programs that use
    107107          <filename class="libraryfile">libIDL-2</filename>.</para>
    108108          <indexterm zone="libidl libIDL-config-2">
  • general/genlib/libpcap.xml

    r893d9711 r74390482  
    3030    <title>Introduction to Libpcap</title>
    3131
    32     <para><application>libpcap</application> provides functions for user-level 
     32    <para><application>libpcap</application> provides functions for user-level
    3333    packet capture, used in low-level network monitoring.</para>
    3434
     
    7878
    7979    <note>
    80       <para>Some applications, including <ulink 
    81       url="http://www.tcpdump.org/">tcpdump</ulink>, require 
     80      <para>Some applications, including <ulink
     81      url="http://www.tcpdump.org/">tcpdump</ulink>, require
    8282      <option>--enable-yydebug</option> passed to <command>configure</command>
    83       when building <application>libpcap</application> to enable the parser 
    84       debugging code. <application>tcpdump</application> will fail to build if 
     83      when building <application>libpcap</application> to enable the parser
     84      debugging code. <application>tcpdump</application> will fail to build if
    8585      you don't pass this parameter.</para>
    8686    </note>
  • general/genlib/libusb.xml

    r893d9711 r74390482  
    5757    <bridgehead renderas="sect3">Libusb Dependencies</bridgehead>
    5858
    59     <bridgehead renderas="sect4">Optional (Required to Build the HTML User 
     59    <bridgehead renderas="sect4">Optional (Required to Build the HTML User
    6060    Manual)</bridgehead>
    61     <para><xref linkend="openjade"/> and 
    62     <ulink url="http://www.docbook.org/sgml/4.2/index.html"> DocBOOK SGML 
     61    <para><xref linkend="openjade"/> and
     62    <ulink url="http://www.docbook.org/sgml/4.2/index.html"> DocBOOK SGML
    6363    DTD-4.2</ulink></para>
    6464
    65     <bridgehead renderas="sect4">Optional (Required to Build the API 
     65    <bridgehead renderas="sect4">Optional (Required to Build the API
    6666    Documentation)</bridgehead>
    67     <para><xref linkend="doxygen"/> and 
     67    <para><xref linkend="doxygen"/> and
    6868    <ulink url="http://www.graphviz.org/">GraphViz</ulink></para>
    6969
     
    7373    <title>Installation of Libusb</title>
    7474
    75     <para>Install <application>libusb</application> by running the following 
     75    <para>Install <application>libusb</application> by running the following
    7676    commands:</para>
    7777
     
    7979make</userinput></screen>
    8080
    81     <para>If you wish to build the API documentation, issue 
     81    <para>If you wish to build the API documentation, issue
    8282    the following command:</para>
    8383
     
    8888<screen role="root"><userinput>make install</userinput></screen>
    8989
    90     <para>If you built the HTML user manual, install it using the following commands 
     90    <para>If you built the HTML user manual, install it using the following commands
    9191    as the <systemitem class="username">root</systemitem> user:</para>
    9292
     
    9494install -v -m644 doc/html/* /usr/share/doc/libusb-&libusb-version;/html</userinput></screen>
    9595
    96     <para>If you built the API documentation, install it using the following commands 
     96    <para>If you built the API documentation, install it using the following commands
    9797    as the <systemitem class="username">root</systemitem> user:</para>
    9898
     
    106106
    107107    <para><parameter>--disable-build-docs</parameter>: This switch avoids building the
    108     HTML user manual. If you wish to build the user manual, you 
    109     may need to remove the <application>OpenSP</application> catalog definitions 
    110     from the system SGML catalogs. Use the following command 
     108    HTML user manual. If you wish to build the user manual, you
     109    may need to remove the <application>OpenSP</application> catalog definitions
     110    from the system SGML catalogs. Use the following command
    111111    before building the package to accomplish this:</para>
    112112
     
    121121    <title>Configuring Libusb</title>
    122122
    123     <para><application>libusb</application> requires the 
    124     <systemitem class="filesystem">usbfs</systemitem> kernel filesystem 
    125     to be mounted on <filename class="directory">/proc/bus/usb</filename>. 
    126     Applications require the files in this directory to be accessible to the user, 
    127     sometimes for both reading and writing. To restrict access to USB devices, 
    128     ensure the <systemitem class="filesystem">usb</systemitem> group exits 
    129     on your system. If necessary, create the <systemitem 
     123    <para><application>libusb</application> requires the
     124    <systemitem class="filesystem">usbfs</systemitem> kernel filesystem
     125    to be mounted on <filename class="directory">/proc/bus/usb</filename>.
     126    Applications require the files in this directory to be accessible to the user,
     127    sometimes for both reading and writing. To restrict access to USB devices,
     128    ensure the <systemitem class="filesystem">usb</systemitem> group exits
     129    on your system. If necessary, create the <systemitem
    130130    class="filesystem">usb</systemitem> group using the following command:</para>
    131131
    132132<screen role='root'><userinput>groupadd -g 14 usb</userinput></screen>
    133133
    134     <para id="libusb-kernel">Ensure that you have compiled the <quote>USB device 
    135     filesystem</quote> directly into the kernel or compiled it as a module 
    136     (listing the resulting <quote>usbcore</quote> module in the 
    137     <filename>/etc/sysconfig/modules</filename> file). You should also have an 
     134    <para id="libusb-kernel">Ensure that you have compiled the <quote>USB device
     135    filesystem</quote> directly into the kernel or compiled it as a module
     136    (listing the resulting <quote>usbcore</quote> module in the
     137    <filename>/etc/sysconfig/modules</filename> file). You should also have an
    138138    entry similar to the line below in your <filename>/etc/fstab</filename>
    139139    file:</para>
     
    170170        <term><command>usb-config</command></term>
    171171        <listitem>
    172           <para>is a script that provides the right compiler and linker 
    173           flags for programs using 
     172          <para>is a script that provides the right compiler and linker
     173          flags for programs using
    174174          <filename class='libraryfile'>libusb</filename>.</para>
    175175          <indexterm zone="libusb usb-config">
     
    182182        <term><filename class='libraryfile'>libusb.[so,a]</filename></term>
    183183        <listitem>
    184           <para> libraries contain C functions for accessing 
     184          <para> libraries contain C functions for accessing
    185185          USB hardware.</para>
    186186          <indexterm zone="libusb libusb-lib">
  • general/genlib/libxml.xml

    r893d9711 r74390482  
    3030    <title>Introduction to Libxml</title>
    3131
    32     <para>The <application>libxml</application> package contains the 
    33     <application>libxml</application> libraries. These are useful for parsing 
     32    <para>The <application>libxml</application> package contains the
     33    <application>libxml</application> libraries. These are useful for parsing
    3434    XML files.</para>
    3535
     
    9393        <term><filename class='libraryfile'>libxml.[so,a]</filename></term>
    9494        <listitem>
    95           <para>provide the functions for programs to parse files that 
     95          <para>provide the functions for programs to parse files that
    9696          use the XML format.</para>
    9797          <indexterm zone="libxml libxml-lib">
  • general/genlib/libxml2.xml

    r893d9711 r74390482  
    6565    <title>Installation of Libxml2</title>
    6666
    67     <para>Install <application>libxml2</application> by running the following 
     67    <para>Install <application>libxml2</application> by running the following
    6868    commands:</para>
    6969
     
    8282    <title>Command Explanations</title>
    8383
    84     <para><parameter>--with-history</parameter>: Enables 
     84    <para><parameter>--with-history</parameter>: Enables
    8585    <application>readline</application> support.</para>
    8686
     
    9797      <seglistitem>
    9898        <seg>xml2-config, xmlcatalog, and xmllint</seg>
    99         <seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a] 
     99        <seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a]
    100100        <application>Python</application> module</seg>
    101         <seg>/usr/include/libxml2, /usr/share/doc/libxml2-&libxml2-version;, and 
     101        <seg>/usr/include/libxml2, /usr/share/doc/libxml2-&libxml2-version;, and
    102102        /usr/share/doc/libxml2-python-&libxml2-version;</seg>
    103103      </seglistitem>
     
    112112        <term><command>xml2-config</command></term>
    113113        <listitem>
    114           <para>determines the compile and linker flags that should be used to 
    115           compile and link programs that use 
     114          <para>determines the compile and linker flags that should be used to
     115          compile and link programs that use
    116116          <filename class='libraryfile'>libxml2</filename>.</para>
    117117          <indexterm zone="libxml2 xml2-config">
     
    124124        <term><command>xmlcatalog</command></term>
    125125        <listitem>
    126           <para>is used to monitor and manipulate XML 
     126          <para>is used to monitor and manipulate XML
    127127          and SGML catalogs.</para>
    128128          <indexterm zone="libxml2 xmlcatalog">
     
    135135        <term><command>xmllint</command></term>
    136136        <listitem>
    137           <para>parses XML files and outputs reports (based 
     137          <para>parses XML files and outputs reports (based
    138138          upon options) to detect errors in XML coding.</para>
    139139          <indexterm zone="libxml2 xmllint">
     
    146146        <term><filename class='libraryfile'>libxml2.[so,a]</filename></term>
    147147        <listitem>
    148           <para> libraries provide the functions for programs to parse files 
     148          <para> libraries provide the functions for programs to parse files
    149149          that use the XML format.</para>
    150150          <indexterm zone="libxml2 libxml2-lib">
  • general/genlib/libxslt.xml

    r893d9711 r74390482  
    7171    <title>Installation of Libxslt</title>
    7272
    73     <para>Install <application>libxslt</application> by running the following 
     73    <para>Install <application>libxslt</application> by running the following
    7474    commands:</para>
    7575
     
    9595      <seglistitem>
    9696        <seg>xslt-config and xsltproc</seg>
    97         <seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a] 
     97        <seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a]
    9898        <application>Python</application> modules</seg>
    99         <seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and 
     99        <seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and
    100100        /usr/share/doc/libxslt-python-&libxslt-version;</seg>
    101101      </seglistitem>
     
    110110        <term><command>xslt-config</command></term>
    111111        <listitem>
    112           <para>is used to find out the pre-processor, linking and 
     112          <para>is used to find out the pre-processor, linking and
    113113          compiling flags necessary to use the <application>libxslt</application>
    114114          libraries in 3rd-party programs.</para>
  • general/genlib/lzo.xml

    r893d9711 r74390482  
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="NASM"/> and 
     61    <para><xref linkend="NASM"/> and
    6262    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
    6363
  • general/genlib/pcre.xml

    r893d9711 r74390482  
    6363    <title>Installation of PCRE</title>
    6464
    65     <para>Install <application>PCRE</application> by running 
     65    <para>Install <application>PCRE</application> by running
    6666    the following commands:</para>
    6767
     
    7575<screen role="root"><userinput>make install</userinput></screen>
    7676
    77     <para>If you reinstall <application>grep</application> after installing 
    78     <application>pcre</application>, <application>grep</application> will get 
    79     linked against <application>pcre</application> and may cause problems if 
    80     <filename class="directory">/usr</filename> is a separate mount point. To avoid 
    81     this, either pass the option <option>--disable-perl-regexp</option> when executing 
    82     <command>./configure</command> for <application>grep</application> or move 
    83     <filename class="libraryfile">libpcre</filename> to <filename 
     77    <para>If you reinstall <application>grep</application> after installing
     78    <application>pcre</application>, <application>grep</application> will get
     79    linked against <application>pcre</application> and may cause problems if
     80    <filename class="directory">/usr</filename> is a separate mount point. To avoid
     81    this, either pass the option <option>--disable-perl-regexp</option> when executing
     82    <command>./configure</command> for <application>grep</application> or move
     83    <filename class="libraryfile">libpcre</filename> to <filename
    8484    class="directory">/lib</filename> as follows.</para>
    8585
     
    9292    <title>Command Explanations</title>
    9393
    94     <para><parameter>--enable-utf8</parameter>: This switch includes the code for 
     94    <para><parameter>--enable-utf8</parameter>: This switch includes the code for
    9595    handling UTF-8 character strings in the library.</para>
    9696
     
    120120        <term><command>pcregrep</command></term>
    121121        <listitem>
    122           <para>is a <command>grep</command> that understands 
     122          <para>is a <command>grep</command> that understands
    123123          <application>Perl</application> compatible regular expressions.</para>
    124124          <indexterm zone="pcre pcregrep">
     
    131131        <term><command>pcretest</command></term>
    132132        <listitem>
    133           <para>can test a <application>Perl</application> compatible 
     133          <para>can test a <application>Perl</application> compatible
    134134          regular expression.</para>
    135135          <indexterm zone="pcre pcretest">
     
    142142        <term><command>pcre-config</command></term>
    143143        <listitem>
    144           <para>is used during the compile process of programs linking to 
     144          <para>is used during the compile process of programs linking to
    145145          the <application>PCRE</application> libraries.</para>
    146146          <indexterm zone="pcre pcre-config">
  • general/genlib/popt.xml

    r893d9711 r74390482  
    3030    <title>Introduction to Popt</title>
    3131
    32     <para>The <application>popt</application> package contains the 
     32    <para>The <application>popt</application> package contains the
    3333    <application>popt</application> libraries which are used by
    3434    some programs to parse command-line options.</para>
     
    6969    <title>Installation of Popt</title>
    7070
    71     <para>Install <application>popt</application> by running the following 
     71    <para>Install <application>popt</application> by running the following
    7272    commands:</para>
    7373
  • general/genlib/slang.xml

    r893d9711 r74390482  
    3030    <title>Introduction to Slang</title>
    3131
    32     <para>The <application>slang</application> package contains the 
    33     <application>slang</application> library, which provides facilities 
     32    <para>The <application>slang</application> package contains the
     33    <application>slang</application> library, which provides facilities
    3434    such as display/screen management, keyboard input, and keymaps.</para>
    3535
     
    6161    <title>Installation of Slang</title>
    6262
    63     <para>Install <application>slang</application> by running the following 
     63    <para>Install <application>slang</application> by running the following
    6464    commands:</para>
    6565
  • general/genlib/slib.xml

    r893d9711 r74390482  
    3030    <title>Introduction to SLIB</title>
    3131
    32     <para>The <application>SLIB</application> package is a portable library for 
    33     the programming language <application>Scheme</application>. It provides a 
    34     platform independent framework for using <quote>packages</quote> of 
    35     <application>Scheme</application> procedures and syntax. 
    36     <application>SLIB</application> contains useful packages for all 
    37     <application>Scheme</application> implementations, including 
    38     <application>Guile</application>. Its catalog can be transparently extended 
    39     to accomodate packages specific to a site, implementation, user or 
     32    <para>The <application>SLIB</application> package is a portable library for
     33    the programming language <application>Scheme</application>. It provides a
     34    platform independent framework for using <quote>packages</quote> of
     35    <application>Scheme</application> procedures and syntax.
     36    <application>SLIB</application> contains useful packages for all
     37    <application>Scheme</application> implementations, including
     38    <application>Guile</application>. Its catalog can be transparently extended
     39    to accomodate packages specific to a site, implementation, user or
    4040    directory.</para>
    4141
     
    8080    <title>Installation of SLIB</title>
    8181
    82     <para>Install <application>SLIB</application> by issuing the following 
     82    <para>Install <application>SLIB</application> by issuing the following
    8383    commands:</para>
    8484
     
    9797    <title>Command Explanations</title>
    9898
    99     <para><command>make prefix=/usr/ catalogs</command>: This command builds the 
     99    <para><command>make prefix=/usr/ catalogs</command>: This command builds the
    100100    <application>SLIB</application> <application>Scheme</application>
    101101    implementation catalog.</para>
    102102
    103     <para><command>make prefix=/usr/ installinfo</command>: This commands installs 
     103    <para><command>make prefix=/usr/ installinfo</command>: This commands installs
    104104    the <command>info</command> documentation.</para>
    105105
     
    129129        <term><command>slib</command></term>
    130130        <listitem>
    131           <para>is a shell script used to initialize 
     131          <para>is a shell script used to initialize
    132132          <application>SLIB</application> in a named <application>Scheme</application>
    133           implementation. It can also be used to initialize an 
     133          implementation. It can also be used to initialize an
    134134          <application>SLIB</application> session using a given executable.</para>
    135135          <indexterm zone="slib slib-prog">
Note: See TracChangeset for help on using the changeset viewer.