Changeset 2ca26748 for basicnet


Ignore:
Timestamp:
05/30/2005 09:24:36 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:
5d5ced00
Parents:
f314186c
Message:

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

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

Location:
basicnet/netlibs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    rf314186c r2ca26748  
    3030    <title>Introduction to CURL</title>
    3131
    32     <para>The <application>cURL</application> package contains 
    33     <command>curl</command> and its support library. This is useful for 
    34     transferring files with URL syntax.  This ability to both 
    35     download and redirect files can be incorporated into other programs to support 
     32    <para>The <application>cURL</application> package contains
     33    <command>curl</command> and its support library. This is useful for
     34    transferring files with URL syntax.  This ability to both
     35    download and redirect files can be incorporated into other programs to support
    3636    functions like streaming media.</para>
    3737
     
    6161
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para><xref linkend="pkgconfig"/>, 
    64     <xref linkend="openssl"/>, 
    65     <xref linkend="openldap"/>, 
    66     <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>, 
    67     <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, 
    68     <ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>, 
    69     <ulink url="http://www.vintela.com/resources/topics/spnego/">SPNEGO</ulink> and 
     63    <para><xref linkend="pkgconfig"/>,
     64    <xref linkend="openssl"/>,
     65    <xref linkend="openldap"/>,
     66    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     67    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     68    <ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
     69    <ulink url="http://www.vintela.com/resources/topics/spnego/">SPNEGO</ulink> and
    7070    <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink></para>
    7171
    7272    <bridgehead renderas="sect4">Optional (for Running the Test Suite)</bridgehead>
    73     <para><xref linkend="stunnel"/> (for running HTTPS and FTPS tests) and 
    74     <ulink url="http://valgrind.kde.org/">Valgrind</ulink> (not used if building 
     73    <para><xref linkend="stunnel"/> (for running HTTPS and FTPS tests) and
     74    <ulink url="http://valgrind.kde.org/">Valgrind</ulink> (not used if building
    7575    the shared library)</para>
    7676
     
    8080    <title>Installation of CURL</title>
    8181
    82     <para>Install <application>cURL</application> by running the following 
     82    <para>Install <application>cURL</application> by running the following
    8383    commands:</para>
    8484
     
    8686make</userinput></screen>
    8787
    88     <para>If you wish to run the testsuite, use the following commands to fix a 
     88    <para>If you wish to run the testsuite, use the following commands to fix a
    8989    bug in the test script and then run the tests:</para>
    9090
     
    106106    <title>Command Explanations</title>
    107107
    108     <para><option>--with-gssapi</option>: 
    109     This parameter adds <application>Kerberos 5</application> support to 
     108    <para><option>--with-gssapi</option>:
     109    This parameter adds <application>Kerberos 5</application> support to
    110110    <filename class="libraryfile">libcurl</filename>.</para>
    111111
     
    123123        <seg>curl and curl-config</seg>
    124124        <seg>libcurl.[so,a]</seg>
    125         <seg>/usr/include/curl, /usr/share/curl 
     125        <seg>/usr/include/curl, /usr/share/curl
    126126        and /usr/share/doc/curl-&curl-version;</seg>
    127127      </seglistitem>
     
    136136        <term><command>curl</command></term>
    137137        <listitem>
    138           <para>is a client that can get documents from or send documents to 
     138          <para>is a client that can get documents from or send documents to
    139139          any of the following protocols: HTTP, HTTPS (needs <xref
    140           linkend="openssl"/>), FTP, GOPHER, DICT, TELNET, LDAP (needs 
     140          linkend="openssl"/>), FTP, GOPHER, DICT, TELNET, LDAP (needs
    141141          <xref linkend="openldap"/> at run time) or FILE.</para>
    142142          <indexterm zone="curl curl-prog">
     
    149149        <term><command>curl-config</command></term>
    150150        <listitem>
    151           <para>prints information about the last compile, like libraries 
     151          <para>prints information about the last compile, like libraries
    152152          linked to and prefix setting.</para>
    153153          <indexterm zone="curl curl-config">
     
    160160        <term><filename class='libraryfile'>libcurl.[so,a]</filename></term>
    161161        <listitem>
    162           <para>provides the API functions required by 
     162          <para>provides the API functions required by
    163163          <command>curl</command> and other programs.</para>
    164164          <indexterm zone="curl libcurl">
  • basicnet/netlibs/gnet.xml

    rf314186c r2ca26748  
    3030    <title>Introduction to GNet</title>
    3131
    32     <para>The <application>GNet</application> package contains a simple network 
     32    <para>The <application>GNet</application> package contains a simple network
    3333    library. This is useful for supporting TCP sockets, UDP and IP multicast,
    3434    asynchronous DNS lookup, and more.</para>
     
    6666    <title>Installation of GNet</title>
    6767
    68     <para>Install <application>GNet</application> by running the following 
     68    <para>Install <application>GNet</application> by running the following
    6969    commands:</para>
    7070
     
    8989        <seg>None</seg>
    9090        <seg>libgnet-2.0.[so,a]</seg>
    91         <seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and 
     91        <seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
    9292        /usr/share/doc/libgnet2.0-dev</seg>
    9393      </seglistitem>
     
    102102        <term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
    103103        <listitem>
    104           <para>is a simple network library written in C. It is 
    105           object-oriented and built upon <application>GLib</application>. It is 
     104          <para>is a simple network library written in C. It is
     105          object-oriented and built upon <application>GLib</application>. It is
    106106          intended to be easy to use and port.</para>
    107107          <indexterm zone="gnet libgnet">
  • basicnet/netlibs/libsoup.xml

    rf314186c r2ca26748  
    3131
    3232    <para>The <application>libsoup</application> package contains an
    33     HTTP library implementation in <application>C</application>. This is 
     33    HTTP library implementation in <application>C</application>. This is
    3434    useful for accessing HTTP servers in a completely asynchronous mode.</para>
    3535
     
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para><xref linkend="gtk-doc"/> and 
    65     <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which 
    66     needs <ulink 
    67     url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink> then 
     64    <para><xref linkend="gtk-doc"/> and
     65    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
     66    needs <ulink
     67    url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink> then
    6868    <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>)</para>
    6969
     
    7373    <title>Installation of Libsoup</title>
    7474
    75     <para>Install <application>libsoup</application> by running the following 
     75    <para>Install <application>libsoup</application> by running the following
    7676    commands:</para>
    7777
  • basicnet/netlibs/wvstreams.xml

    rf314186c r2ca26748  
    3030    <title>Introduction to WvStreams</title>
    3131
    32     <para><application>WvStreams</application> is a library suite containing 
     32    <para><application>WvStreams</application> is a library suite containing
    3333    platform-independent C++ networking and utilities libraries for rapid
    3434    application development.</para>
     
    5959    <itemizedlist spacing="compact">
    6060      <listitem>
    61         <para>Required Patch for Tcl: <ulink 
     61        <para>Required Patch for Tcl: <ulink
    6262        url="&patch-root;/wvstreams-&wvstreams-version;-tcl84-1.patch"/></para>
    6363      </listitem>
     
    7070
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para><xref linkend="pkgconfig"/>, 
    73     <xref linkend="fam"/>, 
    74     <xref linkend="db"/>, 
    75     <xref linkend="Linux_PAM"/>, 
    76     <xref linkend="tcl"/>, 
    77     <xref linkend="qt"/>, 
    78     <xref linkend="speex"/>, 
    79     <xref linkend="libvorbis"/>, 
    80     <xref linkend="doxygen"/>, 
    81     <ulink url="http://www.fftw.org/">FFTW-2.<replaceable>X</replaceable></ulink>, 
    82     <ulink url="http://www.swig.org">SWIG</ulink>, 
    83     <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink>, 
    84     <ulink url="http://www.openslp.org/">OpenSLP</ulink>, 
    85     <ulink url="http://xplc.sourceforge.net/">XPLC</ulink>, 
    86     <ulink url="http://valgrind.kde.org/">Valgrind</ulink> and 
     72    <para><xref linkend="pkgconfig"/>,
     73    <xref linkend="fam"/>,
     74    <xref linkend="db"/>,
     75    <xref linkend="Linux_PAM"/>,
     76    <xref linkend="tcl"/>,
     77    <xref linkend="qt"/>,
     78    <xref linkend="speex"/>,
     79    <xref linkend="libvorbis"/>,
     80    <xref linkend="doxygen"/>,
     81    <ulink url="http://www.fftw.org/">FFTW-2.<replaceable>X</replaceable></ulink>,
     82    <ulink url="http://www.swig.org">SWIG</ulink>,
     83    <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink>,
     84    <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
     85    <ulink url="http://xplc.sourceforge.net/">XPLC</ulink>,
     86    <ulink url="http://valgrind.kde.org/">Valgrind</ulink> and
    8787    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
    8888
     
    9292    <title>Installation of WvStreams</title>
    9393
    94     <para>If you have <application>Tcl</application> and 
    95     <application>SWIG</application> installed and wish to utilize them, apply the 
     94    <para>If you have <application>Tcl</application> and
     95    <application>SWIG</application> installed and wish to utilize them, apply the
    9696    following patch and run the <command>autoreconf</command> program:</para>
    9797
     
    9999autoreconf -f</userinput></screen>
    100100
    101     <para>Install <application>WvStreams</application> by running the following 
     101    <para>Install <application>WvStreams</application> by running the following
    102102    commands:</para>
    103103
     
    106106make</userinput></screen>
    107107
    108     <para>If <application>Doxygen</application> is installed and you wish to build 
     108    <para>If <application>Doxygen</application> is installed and you wish to build
    109109    the API documentation, issue the following command:</para>
    110110
     
    117117    <para>If you built the API documentation, install it using the following commands:</para>
    118118
    119 <screen role='root'><userinput>install -v -d -m755 /usr/share/doc/wvstreams-&wvstreams-version;/doxy-html &amp;&amp; 
     119<screen role='root'><userinput>install -v -d -m755 /usr/share/doc/wvstreams-&wvstreams-version;/doxy-html &amp;&amp;
    120120install -v -m644 Docs/doxy-html/* \
    121121    /usr/share/doc/wvstreams-&wvstreams-version;/doxy-html</userinput></screen>
     
    126126    <title>Command Explanations</title>
    127127
    128     <para><parameter>--sysconfdir=/etc</parameter>: This parameter places 
    129     configuration files in <filename class='directory'>/etc</filename> instead of 
     128    <para><parameter>--sysconfdir=/etc</parameter>: This parameter places
     129    configuration files in <filename class='directory'>/etc</filename> instead of
    130130    <filename class='directory'>/usr/etc</filename>.</para>
    131131
    132     <para><parameter>--localstatedir=/var</parameter>: This parameter places 
    133     <command>uniconfd</command> run-time files in 
    134     <filename class='directory'>/var/lib</filename> instead of 
     132    <para><parameter>--localstatedir=/var</parameter>: This parameter places
     133    <command>uniconfd</command> run-time files in
     134    <filename class='directory'>/var/lib</filename> instead of
    135135    <filename class='directory'>/usr/var/lib</filename>.</para>
    136136
     
    170170      <seglistitem>
    171171        <seg>uni and uniconfd</seg>
    172         <seg>libuniconf.[so,a], libwvbase.[so,a], libwvfft.[so,a], 
    173         libwvoggspeex.[so,a], libwvoggvorbis.[so,a], libwvqt.[so,a], 
    174         libwvstreams.[so,a], libwvtelephony.[so,a], libwvutils.[so,a] and 
     172        <seg>libuniconf.[so,a], libwvbase.[so,a], libwvfft.[so,a],
     173        libwvoggspeex.[so,a], libwvoggvorbis.[so,a], libwvqt.[so,a],
     174        libwvstreams.[so,a], libwvtelephony.[so,a], libwvutils.[so,a] and
    175175        libxplc-cxx.a</seg>
    176         <seg>/usr/include/wvstreams, /usr/share/doc/wvstreams-&wvstreams-version; and 
     176        <seg>/usr/include/wvstreams, /usr/share/doc/wvstreams-&wvstreams-version; and
    177177        /var/lib/uniconf</seg>
    178178      </seglistitem>
     
    207207        <term><filename class='libraryfile'>libuniconf.[so,a]</filename></term>
    208208        <listitem>
    209           <para>contains functions that define a hierarchical registry 
     209          <para>contains functions that define a hierarchical registry
    210210          abstraction in the UniConf configuration system.</para>
    211211          <indexterm zone="wvstreams libuniconf">
     
    228228        <term><filename class='libraryfile'>libwvfft.[so,a]</filename></term>
    229229        <listitem>
    230           <para>enables <application>WvStreams</application> programs to 
    231           easily handle Fast-Fourier transforms, instead of forcing the programmer to 
     230          <para>enables <application>WvStreams</application> programs to
     231          easily handle Fast-Fourier transforms, instead of forcing the programmer to
    232232          use the much harder to use <filename class="libraryfile">libfftw</filename>
    233233          interface.</para>
     
    241241        <term><filename class='libraryfile'>libwvoggspeex.[so,a]</filename></term>
    242242        <listitem>
    243           <para>enables quick and painless creation of audio streams using 
    244           the <application>Speex</application> Voice over 
     243          <para>enables quick and painless creation of audio streams using
     244          the <application>Speex</application> Voice over
    245245          IP CODEC.</para>
    246246          <indexterm zone="wvstreams libwvoggspeex">
     
    253253        <term><filename class='libraryfile'>libwvoggvorbis.[so,a]</filename></term>
    254254        <listitem>
    255           <para>enables quick and painless creation of audio streams using 
     255          <para>enables quick and painless creation of audio streams using
    256256          the OggVorbis CODEC.</para>
    257257          <indexterm zone="wvstreams libwvoggvorbis">
     
    264264        <term><filename class='libraryfile'>libwvqt.[so,a]</filename></term>
    265265        <listitem>
    266           <para>enables <application>WvStreams</application> to act as the 
    267           I/O and configuration back end for <application>Qt</application> and 
     266          <para>enables <application>WvStreams</application> to act as the
     267          I/O and configuration back end for <application>Qt</application> and
    268268          <application>KDE</application>.</para>
    269269          <indexterm zone="wvstreams libwvqt">
     
    286286        <term><filename class='libraryfile'>libtelephony.[so,a]</filename></term>
    287287        <listitem>
    288           <para>contains telephony function routines such as echo 
     288          <para>contains telephony function routines such as echo
    289289          cancellation, dc offset removal, automatic gain control, etc.</para>
    290290          <indexterm zone="wvstreams libtelephony">
     
    297297        <term><filename class='libraryfile'>libwvutils.[so,a]</filename></term>
    298298        <listitem>
    299           <para>contains functions required by the 
     299          <para>contains functions required by the
    300300          <application>WvStreams</application> libraries and utility programs.</para>
    301301          <indexterm zone="wvstreams libwvutils">
     
    308308        <term><filename class='libraryfile'>libxplc-cxx.a</filename></term>
    309309        <listitem>
    310           <para>contains helper functions for the C++ 
     310          <para>contains helper functions for the C++
    311311          <application>WvStreams</application> bindings.</para>
    312312          <indexterm zone="wvstreams libxplc-cxx">
Note: See TracChangeset for help on using the changeset viewer.