diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-24 21:40:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-24 21:40:45 +0000 |
commit | 4b78b4124eee95c42f05e9c3df9ca798a0318db9 (patch) | |
tree | 4b16f53a39aa6d5bfde619c756004acf93000ad3 /docs/libcurl/curl_formadd.3 | |
parent | 0d6d9af7abae18000dd8d974708d1881a9b1bd06 (diff) |
Tor Arntsen's major ispell patch
Diffstat (limited to 'docs/libcurl/curl_formadd.3')
-rw-r--r-- | docs/libcurl/curl_formadd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3 index 3cc428019..95671e7f9 100644 --- a/docs/libcurl/curl_formadd.3 +++ b/docs/libcurl/curl_formadd.3 @@ -13,7 +13,7 @@ curl_formadd - add a section to a multipart/formdata HTTP POST .ad .SH DESCRIPTION curl_formadd() is used to append sections when building a multipart/formdata -HTTP POST (sometimes refered to as rfc1867-style posts). Append one section at +HTTP POST (sometimes referred to as rfc1867-style posts). Append one section at a time until you've added all the sections you want included and then you pass the \fIfirstitem\fP pointer as parameter to \fBCURLOPT_HTTPPOST\fP. \fIlastitem\fP is set after each call and on repeated invokes it should be @@ -81,7 +81,7 @@ internally chosen one. .B CURLFORM_FILENAME followed by a pointer to a string to a name, will make libcurl use the given -name in the file upload part, intead of the actual file name given to +name in the file upload part, instead of the actual file name given to \fICURLFORM_FILE\fP. .B BCURLFORM_BUFFER |