[PHP-DOC] cvs: phpdoc /en/functions curl.xml From: Egon Schmid (eschmid <email protected>)
Date: 07/25/00

eschmid Tue Jul 25 15:14:35 2000 EDT

  Modified files:
    /phpdoc/en/functions curl.xml
  Log:
  Some cosmetic changes.
  
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.1 phpdoc/en/functions/curl.xml:1.2
--- phpdoc/en/functions/curl.xml:1.1 Tue Jul 25 14:54:23 2000
+++ phpdoc/en/functions/curl.xml Tue Jul 25 15:14:35 2000
@@ -1,17 +1,17 @@
  <reference id="ref.curl">
- <title>CURL client URL library functions</title>
- <titleabbrev>CURL functions</titleabbrev>
+ <title>CURL Client URL Library Functions</title>
+ <titleabbrev>CURL</titleabbrev>
 
   <partintro>
    <simpara>
     The CURL module is currently experimental and incomplete. Do
- not rely on it.</simpara>
-
- In order to use the CURL functions you need to install the
- <ulink url="&url.curl;">CURL</ulink> package. PHP requires
- that you use the 7.0.2-beta version. Version 6.5.2 will not
- do.</simpara>
-
+ not rely on it.
+ </simpara>
+ <simpara>
+ In order to use the CURL functions you need to install the <ulink
+ url="&url.curl;">CURL</ulink> package. PHP requires that you use
+ the 7.0.2-beta version. Version 6.5.2 will not do.
+ </simpara>
    <simpara>
     As this documentation is currently as incomplete and
     experimental as the module itself, you should rely on the
@@ -34,12 +34,13 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- This function must be the first function to call, and it
- returns a CURL handle that you shall use as input to the
- other curl-functions. The init calls intializes curl.
-
- If this function returns false, something went wrong and you
- cannot use the other curl functions.
+ This function must be the first function to call, and it returns
+ a CURL handle that you shall use as input to the other
+ curl-functions. The init calls intializes curl.
+ </para>
+ <para>
+ If this function returns false, something went wrong and you
+ cannot use the other curl functions.
     </para>
    </refsect1>
   </refentry>
@@ -79,11 +80,11 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- This function is called after the init and all the
- curl_easy_setopt() calls are made, and will perform the
- transfer as described in the options. It must be called
- with the same handle as input as the curl_easy_init call
- returned.
+ This function is called after the init and all the
+ <function>curl_easy_setopt</funtion> calls are made, and will
+ perform the transfer as described in the options. It must be
+ called with the same handle as input as the
+ <function>curl_easy_init</function> call returned.
     </para>
    </refsect1>
   </refentry>
@@ -103,7 +104,7 @@
     </funcsynopsis>
     <para>
      This functions closes a CURL session and frees all ressources.
- The CURL handle ch becomes invalid.
+ The CURL handle <parameter>ch</parameter> becomes invalid.
     </para>
    </refsect1>
   </refentry>
@@ -120,7 +121,7 @@
 sgml-indent-step:1
 sgml-indent-data:t
 sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
 sgml-exposed-tags:nil
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil