minor format flaw

This commit is contained in:
Daniel Stenberg 2004-01-05 14:46:56 +00:00
parent 8b3946efda
commit 411d0cb715

View 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 Pass a char * as parameter, which should be [user name]:[password] to use for
the connection. Use \fICURLOPT_HTTPAUTH\fP to decide authentication method. the connection. Use \fICURLOPT_HTTPAUTH\fP to decide authentication method.
When using HTTP and \fCURLOPT_FOLLOWLOCATION\fP, libcurl might perform several When using HTTP and \fICURLOPT_FOLLOWLOCATION\fP, libcurl might perform
requests to possibly different hosts. libcurl will only send this user and several requests to possibly different hosts. libcurl will only send this user
password information to hosts using the initial host name (unless and password information to hosts using the initial host name (unless
\fICURLOPT_UNRESTRICTED_AUTH\fP is set), so if libcurl follows locations to \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 other hosts it will not send the user and password to those. This is enforced
to prevent accidental information leakage. to prevent accidental information leakage.