]> granicus.if.org Git - curl/commitdiff
minor format flaw
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jan 2004 14:46:56 +0000 (14:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jan 2004 14:46:56 +0000 (14:46 +0000)
docs/libcurl/curl_easy_setopt.3

index a718608e1bf9ba24fd6ff82eb0f830cd3de38efd..f477398a85ee579d25b4c5d385e2744ce7592dbf 100644 (file)
@@ -283,9 +283,9 @@ a .netrc file in the current user's home directory. (Added in 7.10.9)
 Pass a char * as parameter, which should be [user name]:[password] to use for
 the connection. Use \fICURLOPT_HTTPAUTH\fP to decide authentication method.
 
-When using HTTP and \fCURLOPT_FOLLOWLOCATION\fP, libcurl might perform several
-requests to possibly different hosts. libcurl will only send this user and
-password information to hosts using the initial host name (unless
+When using HTTP and \fICURLOPT_FOLLOWLOCATION\fP, libcurl might perform
+several requests to possibly different hosts. libcurl will only send this user
+and password information to hosts using the initial host name (unless
 \fICURLOPT_UNRESTRICTED_AUTH\fP is set), so if libcurl follows locations to
 other hosts it will not send the user and password to those. This is enforced
 to prevent accidental information leakage.