cortesi Thu Mar 28 08:14:34 2002 EDT
Modified files:
/phpdoc/en/functions curl.xml
Log:
removing period and dupe word
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.29 phpdoc/en/functions/curl.xml:1.30
--- phpdoc/en/functions/curl.xml:1.29 Fri Mar 22 15:30:45 2002
+++ phpdoc/en/functions/curl.xml Thu Mar 28 08:14:31 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<reference id="ref.curl">
<title>CURL, Client URL Library Functions</title>
<titleabbrev>CURL</titleabbrev>
@@ -162,7 +162,7 @@
<para>
<parameter>CURLOPT_NOPROGRESS</parameter>: Set this option to
a non-zero value if you don't want PHP to display a progress
- meter for CURL transfers
+ meter for CURL transfers.
<note>
<simpara>
PHP automatically sets this option to a non-zero parameter,
@@ -335,7 +335,7 @@
<simpara>
<parameter>CURLOPT_USERPWD</parameter>: Pass a string
formatted in the [username]:[password] manner, for PHP to use
- for the connection. connection.
+ for the connection.
</simpara>
</listitem>
<listitem>