aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-15 08:06:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-15 08:06:36 +0000
commitc8ee1fa62e64752ad329aa5fbec1ca4cea91fcf4 (patch)
treeb641a06b0bc9c01ee5dabe8ecdb88247db64c803 /docs/libcurl
parent5c1a6ed71934778774ce69726aa4199f4812b82e (diff)
modified again to look better HTML converted
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_easy_setopt.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 247f5852e..b582fa7ec 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -332,7 +332,8 @@ want the transfer to start from.
.B CURLOPT_COOKIE
Pass a pointer to a zero terminated string as parameter. It will be used to
set a cookie in the http request. The format of the string should be
-\[NAME]=[CONTENTS]; Where NAME is the cookie name.
+NAME=CONTENTS, where NAME is the cookie name and CONTENTS is what the cookie
+should contain.
If you need to set mulitple cookies, you need to set them all using a single
option and thus you need to concat them all in one single string. Set multiple