rephrased
This commit is contained in:
parent
6dfb5b4e1f
commit
1d7e42ee9f
@ -21,7 +21,7 @@
|
|||||||
.\" * $Id$
|
.\" * $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
|
.SH NAME
|
||||||
curl \- transfer a URL
|
curl \- transfer a URL
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -269,11 +269,11 @@ The <data> part should be using one of the two following syntaxes:
|
|||||||
.RS
|
.RS
|
||||||
.IP "name=content"
|
.IP "name=content"
|
||||||
This will make curl URL encode the content part and pass that on. Note that
|
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"
|
.IP "name@filename"
|
||||||
This will make curl load data from the given file, URL encode that data and
|
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
|
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
|
.RE
|
||||||
.IP "--digest"
|
.IP "--digest"
|
||||||
(HTTP) Enables HTTP Digest authentication. This is a authentication that
|
(HTTP) Enables HTTP Digest authentication. This is a authentication that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user