From 685b180ab6cad415f18eb0c1cef694c3b7b1c704 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Feb 2002 09:51:41 +0000 Subject: 7.9.4-pre2 --- docs/libcurl.3 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/libcurl.3 b/docs/libcurl.3 index 94de31d3e..16af69845 100644 --- a/docs/libcurl.3 +++ b/docs/libcurl.3 @@ -6,8 +6,10 @@ .SH NAME libcurl \- client-side URL transfers .SH DESCRIPTION -This is an overview on how to use libcurl in your c/c++ programs. There are -specific man pages for each function mentioned in here. +This is an overview on how to use libcurl in your C programs. There are +specific man pages for each function mentioned in here. There's also the +libcurl-the-guide document for a complete tutorial to programming with +libcurl. libcurl can also be used directly from within your Java, PHP, Perl, Ruby or Tcl programs as well, look elsewhere for documentation on this! @@ -56,9 +58,6 @@ get information about a performed transfer .B curl_formadd() helps building a HTTP form POST .TP -.B curl_formparse() -helps building a HTTP form POST (deprecated since 7.9 use curl_formadd()!) -.TP .B curl_formfree() free a list built with curl_formparse()/curl_formadd() .TP -- cgit v1.2.3