summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formadd.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-20 22:32:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-20 22:32:45 +0000
commit93558c4299f579a13a6f8fa7b262e65cb061ce8d (patch)
treedd7ccaff5b0832367a09b0290017cb4421da110b /docs/libcurl/curl_formadd.3
parent396cff5779c34ac2c2caab73bee44a9dd40e72b0 (diff)
downloadcurl-93558c4299f579a13a6f8fa7b262e65cb061ce8d.tar.gz
mistake
Diffstat (limited to 'docs/libcurl/curl_formadd.3')
-rw-r--r--docs/libcurl/curl_formadd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3
index 693ca0f2e..3a45f006e 100644
--- a/docs/libcurl/curl_formadd.3
+++ b/docs/libcurl/curl_formadd.3
@@ -90,7 +90,7 @@ followed by a pointer to a string to a name, will make libcurl use the given
name in the file upload part, instead of the actual file name given to
\fICURLFORM_FILE\fP.
-.IP BCURLFORM_BUFFER
+.IP CURLFORM_BUFFER
followed by a string, tells libcurl that a buffer is to be used to upload data
instead of using a file. The given string is used as the value of the file
name field in the content header.