From 4e878eae7956fccadb9dc62a5cac65f663c26223 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Mar 2001 15:51:34 +0000 Subject: updated to libcurl 7.7 conditions --- docs/curl_easy_setopt.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/curl_easy_setopt.3') 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 +.B #include .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" -- cgit v1.2.3