cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH 1/2] curl_easy_setopt.3: Fix word order of CURLOPT_PROXY section

From: Colin Hogben <Colin.Hogben_at_ccfe.ac.uk>
Date: Fri, 14 Feb 2014 10:35:49 +0000

The word CURLOPT_PROXYPORT became detached from its sentence when the
note about the default was added.

---
 docs/libcurl/curl_easy_setopt.3 |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 4597715..9da5446 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -936,9 +936,10 @@ Set HTTP proxy to use. The parameter should be a char * to a zero terminated
 string holding the host name or dotted IP address. To specify port number in
 this string, append :[port] to the end of the host name. The proxy string may
 be prefixed with [protocol]:// since any such prefix will be ignored. The
-proxy's port number may optionally be specified with the separate option. If
-not specified, libcurl will default to using port 1080 for proxies.
-\fICURLOPT_PROXYPORT\fP.
+proxy's port number may optionally be specified with the separate option
+\fICURLOPT_PROXYPORT\fP. If not specified, libcurl will default to using port
+1080 for proxies.
+
 
 When you tell the library to use a HTTP proxy, libcurl will transparently
 convert operations to HTTP even if you specify an FTP URL etc. This may have
-- 
1.7.1
--------------060709030008090102000700
Content-Type: text/x-patch;
 name="0002-curl_easy_setopt.3-Add-another-non-matching-hostname.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename*0="0002-curl_easy_setopt.3-Add-another-non-matching-hostname.pa";
 filename*1="tch"
Received on 2001-09-17