aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-01 11:23:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-01 11:23:06 +0000
commit4a555de1b22404d72467fc43611bc58acd797967 (patch)
tree10f9d92ec878dc345c2c664dfe25ea7eff92482b
parentd27e4a08f9ea309770ea2ea6a16dc10546b34243 (diff)
wrapped the line for PRIVATE nicer
-rw-r--r--docs/libcurl/curl_easy_setopt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index b387445f4..8ecebd36e 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -766,9 +766,9 @@ support only works for FTP. (Added in 7.3)
.SH OTHER OPTIONS
.TP 0.4i
.B 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)
+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)
.PP
.SH RETURN VALUE
CURLE_OK (zero) means that the option was set properly, non-zero means an