1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

mark the function name

This commit is contained in:
Daniel Stenberg 2004-02-25 12:32:33 +00:00
parent 9a7e3437ae
commit 403cbbe0c4

View File

@ -884,11 +884,11 @@ this curl handle. The pointer can subsequently be retrieved using
nothing with this data. (Added in 7.10.3) nothing with this data. (Added in 7.10.3)
.IP CURLOPT_SHARE .IP CURLOPT_SHARE
Pass a share handle as a parameter. The share handle must have been created by Pass a share handle as a parameter. The share handle must have been created by
a previous call to curl_share_init(). Setting this option, will make this curl a previous call to \fIcurl_share_init(3)\fP. Setting this option, will make
handle use the data from the shared handle instead of keeping the data to this curl handle use the data from the shared handle instead of keeping the
itself. This enables several curl handles to share data. If the curl handles data to itself. This enables several curl handles to share data. If the curl
are used simultaneously, you \fBMUST\fP use the locking methods in the share handles are used simultaneously, you \fBMUST\fP use the locking methods in the
handle. See \fIcurl_share_setopt(3)\fP for details. share handle. See \fIcurl_share_setopt(3)\fP for details.
.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
error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP