diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-02-04 09:51:41 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-04 09:51:41 +0000 | 
| commit | 685b180ab6cad415f18eb0c1cef694c3b7b1c704 (patch) | |
| tree | f1223ff9fd976a0c656de564cdefb1a0dbb21ffe /docs/libcurl.3 | |
| parent | 9dab850874a3a2adfd7db469c1017fcff11c208e (diff) | |
7.9.4-pre2
Diffstat (limited to 'docs/libcurl.3')
| -rw-r--r-- | docs/libcurl.3 | 9 | 
1 files changed, 4 insertions, 5 deletions
| 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 | 
