aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_getinfo.3
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2009-07-15 11:49:12 +0000
committerMichal Marek <mmarek@suse.cz>2009-07-15 11:49:12 +0000
commit08d95bff5e919a59f91417af091a34cea6004e3d (patch)
tree01a984b9b99615c8ec6b50a36885545fff5ad630 /docs/libcurl/curl_easy_getinfo.3
parentb476530755182f8fa19c1bccde1ea9c04c65454d (diff)
- Changed the description of CURLINFO_OS_ERRNO to make it clear that the
errno is not reset on success.
Diffstat (limited to 'docs/libcurl/curl_easy_getinfo.3')
-rw-r--r--docs/libcurl/curl_easy_getinfo.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index 29f0f44ad..e227f0790 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -159,7 +159,8 @@ Pass a pointer to a long to receive a bitmask indicating the authentication
method(s) available for your proxy authentication. (Added in 7.10.8)
.IP CURLINFO_OS_ERRNO
Pass a pointer to a long to receive the errno variable from a connect failure.
-(Added in 7.12.2)
+Note that the value is only set on failure, it is not reset upon a
+successfull operation. (Added in 7.12.2)
.IP CURLINFO_NUM_CONNECTS
Pass a pointer to a long to receive how many new connections libcurl had to
create to achieve the previous transfer (only the successful connects are