From 0363fbc411077f9dbf5270d7f882c10eda42eea9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 May 2004 14:55:31 +0000 Subject: [PATCH] Added --proxy-digest, added the standard curl source header to this file. --- docs/curl.1 | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/docs/curl.1 b/docs/curl.1 index f7ea15954..ac026ec82 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1,8 +1,27 @@ -.\" You can view this file with: -.\" nroff -man curl.1 -.\" Written by Daniel Stenberg +.\" ************************************************************************** +.\" * _ _ ____ _ +.\" * Project ___| | | | _ \| | +.\" * / __| | | | |_) | | +.\" * | (__| |_| | _ <| |___ +.\" * \___|\___/|_| \_\_____| +.\" * +.\" * Copyright (C) 1998 - 2004, Daniel Stenberg, , et al. +.\" * +.\" * This software is licensed as described in the file COPYING, which +.\" * you should have received as part of this distribution. The terms +.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * +.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell +.\" * copies of the Software, and permit persons to whom the Software is +.\" * furnished to do so, under the terms of the COPYING file. +.\" * +.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +.\" * KIND, either express or implied. +.\" * +.\" * $Id$ +.\" ************************************************************************** .\" -.TH curl 1 "25 Mar 2004" "Curl 7.11.2" "Curl Manual" +.TH curl 1 "3 May 2004" "Curl 7.12" "Curl Manual" .SH NAME curl \- transfer a URL .SH SYNOPSIS @@ -590,11 +609,16 @@ You may use this option as many times as you have number of URLs. (SSL) Pass phrase for the private key If this option is used several times, the last one will be used. +.IP "--proxy-digest" +Tells curl to use HTTP Digest authentication when communicating with the given +proxy. Use \fI--digest\fP for enabling HTTP Digest with a remote host. + +If this option is used twice, the second will again disable proxy HTTP Digest. .IP "--proxy-ntlm" -Tells curl to use NTLM authentication when communicating with the given +Tells curl to use HTTP NTLM authentication when communicating with the given proxy. Use \fI--ntlm\fP for enabling NTLM with a remote host. -If this option is used twice, the second will again disable proxy NTLM. +If this option is used twice, the second will again disable proxy HTTP NTLM. .IP "-p/--proxytunnel" When an HTTP proxy is used (\fI-x/--proxy\fP), this option will cause non-HTTP protocols to attempt to tunnel through the proxy instead of merely using it to