aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-05 15:51:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-05 15:51:34 +0000
commit4e878eae7956fccadb9dc62a5cac65f663c26223 (patch)
tree3429aabcb2bd633fa5d32e2a7965faf4dcbb7e3e /docs/curl_easy_setopt.3
parent1e8e90a2203042559a9e895333fb52f07188090c (diff)
updated to libcurl 7.7 conditions
Diffstat (limited to 'docs/curl_easy_setopt.3')
-rw-r--r--docs/curl_easy_setopt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index df42f3630..80a8ae6ae 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -2,11 +2,11 @@
.\" nroff -man [file]
.\" Written by daniel@haxx.se
.\"
-.TH curl_easy_setopt 3 "2 February 2001" "Curl 7.5" "libcurl Manual"
+.TH curl_easy_setopt 3 "5 March 2001" "libcurl 7.5" "libcurl Manual"
.SH NAME
curl_easy_setopt - Set curl easy-session options
.SH SYNOPSIS
-.B #include <curl/easy.h>
+.B #include <curl/curl.h>
.sp
.BI "CURLcode curl_easy_setopt(CURL *" handle ", CURLoption "option ", ...);
.ad
@@ -20,7 +20,7 @@ followed by a parameter. That parameter can be a long, a function pointer or
an object pointer, all depending on what the option in question expects. Read
this manual carefully as bad input values may cause libcurl to behave badly!
You can only set one option in each function call. A typical application uses
-many calls in the setup phase.
+many curl_easy_setopt() calls in the setup phase.
The
.I "handle"