Last whitespace fix :

<title> and <programlisting> should start at the same column.

didou

Tom Westcott wrote:
Hi!

Thanks =)

Hows this ? I think maybe mail client is messing up a few lines so
attached the diff in a text doc to.

Thanks Tom

[EMAIL PROTECTED] functions]$ cvs diff -u curl-copy-handle.xml
Index: curl-copy-handle.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/curl/functions/curl-copy-
handle.xml,v
retrieving revision 1.1
diff -u -r1.1 curl-copy-handle.xml
--- curl-copy-handle.xml        2 May 2004 15:46:36 -0000       1.1
+++ curl-copy-handle.xml        15 Jun 2005 22:02:36 -0000
@@ -13,9 +13,37 @@
    <type>resource</type><methodname>curl_copy_handle</methodname>

<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.
+  </para>
+  <para>
+   <example>
+    <title>Copying a cURL handle.</title>
+     <programlisting role="php">

Reply via email to