dave Thu Jun 16 04:52:03 2005 EDT
Modified files: /phpdoc/en/reference/curl/functions curl-copy-handle.xml Log: - Grammar. http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-copy-handle.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/curl/functions/curl-copy-handle.xml diff -u phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.3 phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.4 --- phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.3 Thu Jun 16 03:19:26 2005 +++ phpdoc/en/reference/curl/functions/curl-copy-handle.xml Thu Jun 16 04:52:00 2005 @@ -1,10 +1,10 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.curl-copy-handle"> <refnamediv> <refname>curl_copy_handle</refname> <refpurpose> - Copy a cURL handle along with all of it's preferences + Copy a cURL handle along with all of its preferences </refpurpose> </refnamediv> <refsect1> @@ -14,8 +14,8 @@ <methodparam><type>resource</type><parameter>ch</parameter></methodparam> </methodsynopsis> <para> - This function copy's a cURL handle. - Returning a new cURL handle with the same preferences. + This function copies a cURL handle, returning a new cURL handle + with the same preferences. </para> <para> <example>