aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-21 11:53:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-21 11:53:56 +0000
commit6c511abf43acd1e535e9701998ff752b248b2f9c (patch)
tree9a39ef6b67d8ee04a8b7fe2ea059e54b643e42a5
parentbb6d0771c26619b0409d5c0c30a916ecdbc42de5 (diff)
--proxy-negotiate is added in 7.17.1
-rw-r--r--docs/curl.15
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index fc2cc13e3..e12c301a6 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
-.TH curl 1 "28 Feb 2007" "Curl 7.16.2" "Curl Manual"
+.TH curl 1 "21 Sep 2007" "Curl 7.17.1" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -872,8 +872,7 @@ with the given proxy. Use \fI--negotiate\fP for enabling HTTP Negotiate
with a remote host.
If this option is used twice, the second will again disable proxy HTTP
-Negotiate.
-
+Negotiate. (Added in 7.17.1)
.IP "--proxy-ntlm"
Tells curl to use HTTP NTLM authentication when communicating with the given
proxy. Use \fI--ntlm\fP for enabling NTLM with a remote host.