]> granicus.if.org Git - curl/commitdiff
curl_easy_setopt.3: Removed wrong reference to CURLOPT_USERPASSWORD.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Mon, 21 Feb 2011 05:13:19 +0000 (21:13 -0800)
committerJulien Chaffraix <julien.chaffraix@gmail.com>
Mon, 21 Feb 2011 05:13:19 +0000 (21:13 -0800)
CURLOPT_HTTPAUTH was mentioning CURLOPT_USERPASSWORD instead of
CURLOPT_PASSWORD.

Reported by: Mike Henshaw

docs/libcurl/curl_easy_setopt.3

index cb23c239654794ccde9ac7e50156b16ed78249cb..a94f40fccc4f9b6a79249461f0c245b709581f40 100644 (file)
@@ -827,7 +827,7 @@ below. If more than one bit is set, libcurl will first query the site to see
 which authentication methods it supports and then pick the best one you allow
 it to use. For some methods, this will induce an extra network round-trip. Set
 the actual name and password with the \fICURLOPT_USERPWD\fP option or
-with the \fICURLOPT_USERNAME\fP and the \fICURLOPT_USERPASSWORD\fP options.
+with the \fICURLOPT_USERNAME\fP and the \fICURLOPT_PASSWORD\fP options.
 (Added in 7.10.6)
 .RS
 .IP CURLAUTH_BASIC