diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-03 14:02:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-03 14:02:37 +0000 |
commit | f7c8a572061b97cd1a093f0522362b3de785446a (patch) | |
tree | b717625256fb9229c1575632f97e610397202e6e /docs | |
parent | 02bf6660bf49b715f416ce5205513b36579cf52b (diff) |
minor edit
Diffstat (limited to 'docs')
-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 |