removing period and dupe word

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-28 13:14:31 +00:00
parent f530fa57db
commit 8a3925addd

View file

@ -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 @@ curl_close ($ch);
<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 @@ curl_close ($ch);
<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>