]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
mention it was added in 7.10.9
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Nov 2003 14:34:17 +0000 (14:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Nov 2003 14:34:17 +0000 (14:34 +0000)
docs/libcurl/curl_easy_setopt.3

index 9096fdf30d89a46b130756bfc5963952a0008c9a..a06f259d00c106dcc114363ceb930a35e436a144 100644 (file)
@@ -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.