diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-09 09:07:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-09 09:07:26 +0000 |
commit | 220caed248ec990c137a9f197710eddad4a608eb (patch) | |
tree | 3c971e728783f4a547dd7c507e09e0707d8ead79 /docs/libcurl/curl_share_cleanup.3 | |
parent | 6eb0b5b9175cc4756086954d2962e4f59ced17a2 (diff) |
Dominick Meglio's added share interface documentation
Diffstat (limited to 'docs/libcurl/curl_share_cleanup.3')
-rw-r--r-- | docs/libcurl/curl_share_cleanup.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/libcurl/curl_share_cleanup.3 b/docs/libcurl/curl_share_cleanup.3 index 2510213eb..b668d072f 100644 --- a/docs/libcurl/curl_share_cleanup.3 +++ b/docs/libcurl/curl_share_cleanup.3 @@ -13,7 +13,9 @@ This function deletes a shared object. The share handle cannot be used anymore when this function has been called. .SH RETURN VALUE -If this function returns non-zero, the object was not properly deleted and it -still remains! +CURLSHE_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 +man page for the full list with descriptions. If an error occurs, then the +share object will not be deleted. .SH "SEE ALSO" .BR curl_share_init "(3), " curl_share_setopt "(3)" |