Christopher Palow's multi interface docs updates

This commit is contained in:
Daniel Stenberg
2008-05-24 19:19:49 +00:00
parent a9a05a32bd
commit 89977c73d1
2 changed files with 10 additions and 11 deletions

View File

@@ -11,6 +11,8 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, CURL *easy_handle);
.SH DESCRIPTION
Adds a standard easy handle to the multi stack. This function call will make
this \fImulti_handle\fP control the specified \fIeasy_handle\fP.
Furthermore, libcurl now initiates the connection associated with the
specified \fIeasy_handle\fP.
When an easy handle has been added to a multi stack, you can not and you must
not use \fIcurl_easy_perform(3)\fP on that handle!