~ubuntu-branches/ubuntu/warty/curl/warty

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_mprintf.3

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

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_mprintf.3,v 1.1 2002/03/04 10:09:49 bagder Exp $
 
3
.\" $Id: curl_mprintf.3,v 1.2 2004/03/24 21:40:45 bagder Exp $
4
4
.\"
5
5
.TH curl_printf 3 "20 April 2001" "libcurl 7.7.2" "libcurl Manual"
6
6
.SH NAME
42
42
Normal printf() clone.
43
43
.TP
44
44
.B curl_mfprintf()
45
 
Normal fprinf() clone.
 
45
Normal fprintf() clone.
46
46
.TP
47
47
.B curl_msprintf()
48
48
Normal sprintf() clone.