diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 13:18:07 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 13:18:07 +0000 | 
| commit | 08655d8d5d0ea980227096366c231693198e61d6 (patch) | |
| tree | 580291c13caa05196681b328a70f4658a91eecfc /docs/curl_easy_setopt.3 | |
| parent | 3e5dbac7a2f13de110a5c9244d89901e0a755652 (diff) | |
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
Diffstat (limited to 'docs/curl_easy_setopt.3')
| -rw-r--r-- | docs/curl_easy_setopt.3 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3 index 6665c9c0f..1a21a3cc4 100644 --- a/docs/curl_easy_setopt.3 +++ b/docs/curl_easy_setopt.3 @@ -275,7 +275,7 @@ instruct what data to pass on to the server.  Pass a pointer to a linked list  of HTTP post structs as parameter.  The linked list should be a fully valid  list of 'struct HttpPost' structs properly filled in. The best and most  elegant way to do this, is to use -.I curl_formparse(3) +.I curl_formadd(3)  as documented. The data in this list must remained intact until you close this  curl handle again with curl_easy_cleanup().  .TP | 
