diff options
| -rw-r--r-- | docs/curl.1 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/curl.1 b/docs/curl.1 index 9c16eda3a..ccb434cbc 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -68,7 +68,7 @@ used.  most secure one the remote site claims it supports. This is done by first  doing a request and checking the response-headers, thus inducing an extra  network round-trip. This is used instead of setting a specific authentication -method, which you can do with \fI--digest\fP, \fI--ntlm\fP, and +method, which you can do with \fI--basic\fP, \fI--digest\fP, \fI--ntlm\fP, and  \fI--negotiate\fP. (Added in 7.10.6)  If this option is used several times, the following occurrences make no | 
