aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-04 13:01:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-04 13:01:30 +0000
commitbff59dac12a9678b2474282b529ef7134dd115e7 (patch)
treef487e17426a7d70b389093481663c5a4d8cd1e55 /docs/libcurl
parentea53aed841461a5a6f1cb7bfb39fa79d6873e6f8 (diff)
minor edit of the PRIVATE option
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_easy_setopt.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index a06f259d0..157b3b62d 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -803,8 +803,9 @@ support only works for FTP.
.SH OTHER OPTIONS
.IP CURLOPT_PRIVATE
Pass a char * as parameter, pointing to data that should be associated with
-the curl handle. The pointer can be subsequently retrieved using the
-CURLINFO_PRIVATE options to curl_easy_getinfo. (Added in 7.10.3)
+this curl handle. The pointer can subsequently be retrieved using
+\fIcurl_easy_getinfo\fP with the CURLINFO_PRIVATE option. libcurl itself does
+nothing with this data. (Added in 7.10.3)
.SH RETURN VALUE
CURLE_OK (zero) means that the option was set properly, non-zero means an
error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP