curl_easy_setopt.3: Fix word order of CURLOPT_PROXY section
The word CURLOPT_PROXYPORT became detached from its sentence when the note about the default was added.
This commit is contained in:
parent
38a56a9d94
commit
01844658df
@ -936,9 +936,9 @@ 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
|
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
|
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
|
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
|
proxy's port number may optionally be specified with the separate option
|
||||||
not specified, libcurl will default to using port 1080 for proxies.
|
\fICURLOPT_PROXYPORT\fP. If not specified, libcurl will default to using port
|
||||||
\fICURLOPT_PROXYPORT\fP.
|
1080 for proxies.
|
||||||
|
|
||||||
When you tell the library to use a HTTP proxy, libcurl will transparently
|
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
|
convert operations to HTTP even if you specify an FTP URL etc. This may have
|
||||||
|
Loading…
x
Reference in New Issue
Block a user