From de23b98522991dbc1f2c184216d9f73bead83895 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Jan 2008 14:52:05 +0000 Subject: Introducing curl_easy_pause() and new magic return codes for both the read and the write callbacks that now can make a connection's reading and/or writing get paused. --- docs/curl.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/curl.1') diff --git a/docs/curl.1 b/docs/curl.1 index 43d43500f..2f6d3999c 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -21,7 +21,7 @@ .\" * $Id$ .\" ************************************************************************** .\" -.TH curl 1 "5 Jan 2008" "Curl 7.17.2" "Curl Manual" +.TH curl 1 "5 Jan 2008" "Curl 7.18.0" "Curl Manual" .SH NAME curl \- transfer a URL .SH SYNOPSIS @@ -256,7 +256,7 @@ If this option is used several times, the ones following the first will append data. As described in \fI-d/--data\fP. .IP "--data-urlencode " (HTTP) This posts data, similar to the other --data options with the exception -that this performs URL encoding. (Added in 7.17.2) +that this performs URL encoding. (Added in 7.18.0) To be CGI compliant, the part should begin with a \fIname\fP followed by a separator and a content specification. The part can be passed to @@ -1077,7 +1077,7 @@ mutually exclusive. If this option is used several times, the last one will be used. .IP "--socks4a " Use the specified SOCKS4a proxy. If the port number is not specified, it is -assumed at port 1080. (Added in 7.17.2) +assumed at port 1080. (Added in 7.18.0) This option overrides any previous use of \fI-x/--proxy\fP, as they are mutually exclusive. @@ -1086,7 +1086,7 @@ If this option is used several times, the last one will be used. .IP "--socks5-hostname " Use the specified SOCKS5 proxy (and let the proxy resolve the host name). If the port number is not specified, it is assumed at port 1080. (Added in -7.17.2) +7.18.0) This option overrides any previous use of \fI-x/--proxy\fP, as they are mutually exclusive. -- cgit v1.2.3