~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_formfree.3

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" You can view this file with:
2
2
.\" nroff -man [file]
3
 
.\" $Id: curl_formfree.3,v 1.3 2004/02/27 15:34:06 bagder Exp $
 
3
.\" $Id: curl_formfree.3,v 1.4 2008-12-28 21:56:56 bagder Exp $
4
4
.\"
5
5
.TH curl_formfree 3 "6 April 2001" "libcurl 7.7.1" "libcurl Manual"
6
6
.SH NAME
13
13
.SH DESCRIPTION
14
14
curl_formfree() is used to clean up data previously built/appended with
15
15
\fIcurl_formadd(3)\fP. This must be called when the data has been used, which
16
 
typically means after the \fIcurl_easy_perform(3)\fP has been called.
 
16
typically means after \fIcurl_easy_perform(3)\fP has been called.
17
17
.SH RETURN VALUE
18
18
None
19
19
.SH "SEE ALSO"