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

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_formget.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-8xjr3o2sgce5s4bg
Tags: 7.19.4-1
* New upstream release
* Fix "newer bdb version" <explain what you changed and why> 
  (Closes: #517277)
* resolve libtool version confusion, thanks to 
  Stefanos Harhalakis <v13@v13.gr>
* add new dependency on libgcrypt11-dev due to newly arising binary symbols

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_formget.3,v 1.2 2006-06-24 23:11:36 bagder Exp $
 
3
.\" $Id: curl_formget.3,v 1.3 2008-12-28 21:56:56 bagder Exp $
4
4
.\"
5
5
.TH curl_formget 3 "20 June 2006" "libcurl 7.15.5" "libcurl Manual"
6
6
.SH NAME
7
 
curl_formget - serialize a previously build multipart/formdata HTTP POST chain
 
7
curl_formget - serialize a previously built multipart/formdata HTTP POST chain
8
8
.SH SYNOPSIS
9
9
.B #include <curl/curl.h>
10
10
.sp