summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-18 06:14:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-18 06:14:17 +0000
commit94692b904e6ebe7c08f8ebcdc4b4cea8ccf9dfd1 (patch)
treeaa36cb2e61ebe5d1993838f7ea2eebd6046412d5
parent18f3087afd7a64accf1bc563935f2943c02dd75e (diff)
downloadgnurl-94692b904e6ebe7c08f8ebcdc4b4cea8ccf9dfd1.tar.gz
gnurl-94692b904e6ebe7c08f8ebcdc4b4cea8ccf9dfd1.tar.bz2
gnurl-94692b904e6ebe7c08f8ebcdc4b4cea8ccf9dfd1.zip
it isn't strictly necessary to use it after a perform
-rw-r--r--docs/libcurl/curl_easy_getinfo.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index c9be5e6a0..27fca27e6 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -15,9 +15,9 @@ Request internal information from the curl session with this function. The
third argument \fBMUST\fP be a pointer to a long, a pointer to a char *, a
pointer to a struct curl_slist * or a pointer to a double (as this
documentation describes further down). The data pointed-to will be filled in
-accordingly and can be relied upon only if the function returns CURLE_OK.
-This function is intended to get used AFTER a performed transfer, all results
-from this function are undefined until the transfer is completed.
+accordingly and can be relied upon only if the function returns CURLE_OK. Use
+this function AFTER a performed transfer if you want to get transfer- oriented
+data.
You should not free the memory returned by this function unless it is
explictly mentioned below.