diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-23 11:57:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-23 11:57:50 +0000 |
commit | 2769a9ab0b881441553d740ba098cf47891d3e02 (patch) | |
tree | 20f961ce4416e95e5dd663eee0dc55dcac02eb91 /docs | |
parent | 8ea5b5bbd05c4a8a3b970a6da319b4dba3beffd4 (diff) |
form post, not just form
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl_formparse.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl_formparse.3 b/docs/curl_formparse.3 index 6ac915ba7..2819677d4 100644 --- a/docs/curl_formparse.3 +++ b/docs/curl_formparse.3 @@ -24,7 +24,7 @@ syntax. The pointers \fIfirstitem\fP and \fIlastitem\fP point to, should both be pointers to NULL in the first call to this function. All list-data will be allocated by the function itself. You must call \fIcurl_formfree\fP after the -form has been done to free the resources again. +form post has been done to free the resources again. See example below. .SH "FORM PARSE STRINGS" |