diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-20 22:01:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-20 22:01:05 +0000 |
commit | 1d7e42ee9fa9b94ae3ad9a288f857c265c982ebc (patch) | |
tree | f7f580dcd782f191c8f3bc8c11f10f27cc1cdde8 | |
parent | 6dfb5b4e1f5e267af29660a3ce6718f147f6e234 (diff) |
rephrased
-rw-r--r-- | docs/curl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index b5d5eb788..dc6c6163e 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -21,7 +21,7 @@ .\" * $Id$ .\" ************************************************************************** .\" -.TH curl 1 "21 Sep 2007" "Curl 7.17.1" "Curl Manual" +.TH curl 1 "20 Nov 2007" "Curl 7.17.2" "Curl Manual" .SH NAME curl \- transfer a URL .SH SYNOPSIS @@ -269,11 +269,11 @@ The <data> part should be using one of the two following syntaxes: .RS .IP "name=content" This will make curl URL encode the content part and pass that on. Note that -the name part is not encoded. +the name part is expected to be URL encoded already. .IP "name@filename" This will make curl load data from the given file, URL encode that data and pass it on in the POST like \fIname=urlencoded-data\fP. Note that the name -part is not encoded. +is expected to be URL encoded already. .RE .IP "--digest" (HTTP) Enables HTTP Digest authentication. This is a authentication that |