Changeset 6e43f28f for basicnet


Ignore:
Timestamp:
12/25/2003 04:48:37 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ae83fe7
Parents:
82611c2
Message:

curl corrections

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

Location:
basicnet/netlibs/curl
Files:
2 edited

Legend:

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

    r82611c2 r6e43f28f  
    1212<para><command>curl</command> is a client that can get documents from or send documents to
    1313any of the following protocols: <acronym>HTTP</acronym>,
    14 HTTPS (needs <xref linkend="openssl"/>),
     14<acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>),
    1515<acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs <xref
    1616linkend="openldap"/>) or FILE.</para></sect3>
     
    2020libraries linked to and prefix setting.</para></sect3>
    2121
    22 <sect3><title>curl library</title>
     22<sect3><title>libcurl</title>
    2323<para><filename class="libraryfile">libcurl</filename> provides the functionality of
    24 curl to other programs.</para></sect3>
     24<command>curl</command> to other programs.</para></sect3>
    2525
    2626</sect2>
    27 
  • basicnet/netlibs/curl/curl-intro.xml

    r82611c2 r6e43f28f  
    22<title>Introduction to <application>cURL</application></title>
    33
    4 <para>The <application>cURL</application> package contains curl and its
     4<para>The <application>cURL</application> package contains <command>curl</command> and its
    55support library. This is useful for transferring files with
    66<acronym>URL</acronym> syntax.
Note: See TracChangeset for help on using the changeset viewer.