diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-01 06:43:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-01 06:43:48 +0000 |
commit | bb48ccedd7c8eb9eeab1d4d900f011ebdda1eb4b (patch) | |
tree | 60bf39d32b6cbcae5ededf753977efa85159d0f9 /docs/libcurl | |
parent | afc0dfb141f72d0246ab364bfe00226439ee2967 (diff) |
mention when this option was added
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index fba414a7f..4176e49ab 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -112,6 +112,7 @@ 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) .SH RETURN VALUE If the operation was successful, CURLE_OK is returned. Otherwise an appropriate error code will be returned. |