aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_easy_getinfo.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-05 15:51:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-05 15:51:34 +0000
commit4e878eae7956fccadb9dc62a5cac65f663c26223 (patch)
tree3429aabcb2bd633fa5d32e2a7965faf4dcbb7e3e /docs/curl_easy_getinfo.3
parent1e8e90a2203042559a9e895333fb52f07188090c (diff)
updated to libcurl 7.7 conditions
Diffstat (limited to 'docs/curl_easy_getinfo.3')
-rw-r--r--docs/curl_easy_getinfo.38
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl_easy_getinfo.3 b/docs/curl_easy_getinfo.3
index ed540a85d..cf7ee9757 100644
--- a/docs/curl_easy_getinfo.3
+++ b/docs/curl_easy_getinfo.3
@@ -2,11 +2,11 @@
.\" nroff -man [file]
.\" Written by daniel@haxx.se
.\"
-.TH curl_easy_init 3 "4 February 2001" "Curl 7.6.1" "libcurl Manual"
+.TH curl_easy_init 3 "5 March 2001" "libcurl 7.6.1" "libcurl Manual"
.SH NAME
curl_easy_getinfo - Extract information from a curl session (added in 7.4)
.SH SYNOPSIS
-.B #include <curl/easy.h>
+.B #include <curl/curl.h>
.sp
.BI "CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ... );"
.ad
@@ -83,8 +83,8 @@ verification that was requested (using the CURLOPT_SSL_VERIFYPEER option to
curl_easy_setopt). (Added in 7.4.2)
.TP
.B CURLINFO_CONTENT_LENGTH_DOWNLOAD
-Pass a pointer to a double to receive the content-length of the download.
-(Added in 7.6.1)
+Pass a pointer to a double to receive the content-length of the download. This
+is the value read from the Content-Length: field. (Added in 7.6.1)
.TP
.B CURLINFO_CONTENT_LENGTH_UPLOAD
Pass a pointer to a double to receive the specified size of the upload.