Ignore:
Timestamp:
08/29/2003 07:32:11 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0c0d4d6
Parents:
2e0ea33
Message:

update to curl-7.10.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl/curl-desc.xml

    r2e0ea33 rddee925  
    22<title>Contents</title>
    33
    4 <para>The curl package contains <userinput>curl</userinput>, <userinput>curl-config</userinput> and the
    5 <filename>libcurl</filename> libraries.</para>
     4<para>The <application>curl</application> package contains <command>curl</command>, <command>curl-config</command> and the
     5<filename class="libraryfile">libcurl</filename> libraries.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>curl</title>
    12 <para>curl is a client that can get documents from or send documents to
    13 any of the following protocols: HTTP, HTTPS (needs openssl), FTP,
    14 GOPHER, DICT, TELNET, LDAP (needs openldap) or FILE.</para></sect3>
     12<para><command>curl</command> is a client that can get documents from or send documents to
     13any of the following protocols: <acronym>HTTP</acronym>,
     14<acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>),
     15<acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs <xref
     16linkend="openldap"/>) or FILE.</para></sect3>
    1517
    1618<sect3><title>curl-config</title>
    17 <para>curl-config prints information about the last compile, like
     19<para><command>curl-config</command> prints information about the last compile, like
    1820libraries linked to and prefix setting.</para></sect3>
    1921
    2022<sect3><title>curl library</title>
    21 <para>libcurl provides the functionality of curl to other programs.</para></sect3>
     23<para><filename class="libraryfile">libcurl</filename> provides the functionality of
     24curl to other programs.</para></sect3>
    2225
    2326</sect2>
Note: See TracChangeset for help on using the changeset viewer.