~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_multi_init.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: curl_multi_init.3,v 1.4 2004/03/24 21:40:45 bagder Exp $
 
1
.\" $Id: curl_multi_init.3,v 1.5 2008-12-28 21:56:56 bagder Exp $
2
2
.\"
3
3
.TH curl_multi_init 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
4
4
.SH NAME
10
10
.ad
11
11
.SH DESCRIPTION
12
12
This function returns a CURLM handle to be used as input to all the other
13
 
multi-functions, sometimes referred to as a multi handle on some places in the
 
13
multi-functions, sometimes referred to as a multi handle in some places in the
14
14
documentation. This init call MUST have a corresponding call to
15
15
\fIcurl_multi_cleanup(3)\fP when the operation is complete.
16
16
.SH RETURN VALUE