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

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_share_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_share_init.3,v 1.4 2004/03/24 21:40:45 bagder Exp $
 
1
.\" $Id: curl_share_init.3,v 1.5 2008-12-28 21:56:56 bagder Exp $
2
2
.\"
3
3
.TH curl_share_init 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual"
4
4
.SH NAME
10
10
.ad
11
11
.SH DESCRIPTION
12
12
This function returns a CURLSH handle to be used as input to all the other
13
 
share-functions, sometimes referred to as a share handle on some places in the
 
13
share-functions, sometimes referred to as a share handle in some places in the
14
14
documentation. This init call MUST have a corresponding call to
15
15
\fIcurl_share_cleanup\fP when all operations using the share are complete.
16
16