aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_share_init.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-09 09:07:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-09 09:07:26 +0000
commit220caed248ec990c137a9f197710eddad4a608eb (patch)
tree3c971e728783f4a547dd7c507e09e0707d8ead79 /docs/libcurl/curl_share_init.3
parent6eb0b5b9175cc4756086954d2962e4f59ced17a2 (diff)
Dominick Meglio's added share interface documentation
Diffstat (limited to 'docs/libcurl/curl_share_init.3')
-rw-r--r--docs/libcurl/curl_share_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_share_init.3 b/docs/libcurl/curl_share_init.3
index 2f6581363..35fd5a1c9 100644
--- a/docs/libcurl/curl_share_init.3
+++ b/docs/libcurl/curl_share_init.3
@@ -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)"