Dominick Meglio's added share interface documentation

This commit is contained in:
Daniel Stenberg
2004-02-09 09:07:26 +00:00
parent 6eb0b5b917
commit 220caed248
4 changed files with 51 additions and 25 deletions

View File

@@ -14,8 +14,8 @@ share-functions, sometimes refered to as a share handle on some places in the
documentation. This init call MUST have a corresponding call to
\fIcurl_share_cleanup\fP when all operations using the share are complete.
.SH RETURN VALUE
If this function returns NULL, something went wrong and you got no share
object to use.
If this function returns NULL, something went wrong (out of memory, etc.)
and therefore the share object was not created.
.SH "SEE ALSO"
.BR curl_share_cleanup "(3), " curl_share_setopt "(3)"