summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-12 14:34:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-12 14:34:17 +0000
commite42f806b3f5053a2a1e593e01c838c1dbfefcc5a (patch)
tree499cc1efa4e9aac3db9162c86a781b72fca64a12 /docs
parent0850aec78084d72f9a46e79c0f31213e3a807f24 (diff)
downloadcurl-e42f806b3f5053a2a1e593e01c838c1dbfefcc5a.tar.gz
mention it was added in 7.10.9
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 9096fdf30..a06f259d0 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -278,7 +278,7 @@ user.
Pass a char * as parameter, pointing to a zero terminated string containing
the full path name to the file you want libcurl to use as .netrc file. If this
option is omitted, and CURLOPT_NETRC is set, libcurl will attempt to find the
-a .netrc file in the current user's home directory.
+a .netrc file in the current user's home directory. (Added in 7.10.9)
.IP CURLOPT_USERPWD
Pass a char * as parameter, which should be [user name]:[password] to use for
the connection. Use \fICURLOPT_HTTPAUTH\fP to decide authentication method.