aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-08 12:30:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-08 12:30:37 +0000
commitdd344b65f28a635f15edf7676ace4266727ae443 (patch)
treef064b67242d317b387a7539da1ea46a1b941c050 /docs/curl_easy_setopt.3
parent5c25c7bbfa12bda087e9442acbb8b98d95e04e97 (diff)
made clear that the cookie file format understood is Netscape _and_ Mozilla
Diffstat (limited to 'docs/curl_easy_setopt.3')
-rw-r--r--docs/curl_easy_setopt.37
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index db776644d..67d3e595b 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" Written by daniel@haxx.se
.\"
-.TH curl_easy_setopt 3 "10 April 2001" "libcurl 7.7.2" "libcurl Manual"
+.TH curl_easy_setopt 3 "8 May 2001" "libcurl 7.7.3" "libcurl Manual"
.SH NAME
curl_easy_setopt - Set curl easy-session options
.SH SYNOPSIS
@@ -336,8 +336,9 @@ return code). (Added in libcurl 7.7.2)
.TP
.B CURLOPT_COOKIEFILE
Pass a pointer to a zero terminated string as parameter. It should contain the
-name of your file holding cookie data. The cookie data may be in netscape
-cookie data format or just regular HTTP-style headers dumped to a file.
+name of your file holding cookie data. The cookie data may be in Netscape /
+Mozilla cookie data format or just regular HTTP-style headers dumped to a
+file.
.TP
.B CURLOPT_SSLVERSION
Pass a long as parameter. Set what version of SSL to attempt to use, 2 or