wrapped the line for PRIVATE nicer

This commit is contained in:
Daniel Stenberg 2002-12-01 11:23:06 +00:00
parent d27e4a08f9
commit 4a555de1b2
1 changed files with 3 additions and 3 deletions

View File

@ -766,9 +766,9 @@ support only works for FTP. (Added in 7.3)
.SH OTHER OPTIONS .SH OTHER OPTIONS
.TP 0.4i .TP 0.4i
.B CURLOPT_PRIVATE .B CURLOPT_PRIVATE
Pass a char * as parameter, pointing to data that should be Pass a char * as parameter, pointing to data that should be associated with
associated with the curl handle. The pointer can be subsequently retrieved using the curl handle. The pointer can be subsequently retrieved using the
the CURLINFO_PRIVATE options to curl_easy_getinfo. (Added in 7.10.3) CURLINFO_PRIVATE options to curl_easy_getinfo. (Added in 7.10.3)
.PP .PP
.SH RETURN VALUE .SH RETURN VALUE
CURLE_OK (zero) means that the option was set properly, non-zero means an CURLE_OK (zero) means that the option was set properly, non-zero means an