diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-31 13:55:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-31 13:55:13 +0000 |
commit | eb4534f735d5d09bb5302bbd929227d6c8e6d1cd (patch) | |
tree | a137b79ec0a9a2a1098dcb4054b0b89daf421b59 | |
parent | efb957039d93697b445638ea185f9281b19b3c88 (diff) |
removed CURLOPT_MUTE, it is not used anymore
-rw-r--r-- | docs/curl_easy_setopt.3 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3 index 9640ff2b5..f20e41c9e 100644 --- a/docs/curl_easy_setopt.3 +++ b/docs/curl_easy_setopt.3 @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" $Id$ .\" -.TH curl_easy_setopt 3 "29 May 2001" "libcurl 7.8" "libcurl Manual" +.TH curl_easy_setopt 3 "31 May 2001" "libcurl 7.8" "libcurl Manual" .SH NAME curl_easy_setopt - Set curl easy-session options .SH SYNOPSIS @@ -178,12 +178,6 @@ similar. A non-zero parameter tells the library to use HTTP PUT a file. The file to put must be set with CURLOPT_INFILE and CURLOPT_INFILESIZE. .TP -.B CURLOPT_MUTE -A non-zero parameter tells the library to be completely quiet. This only -affects error messages that occurs when there's no CURLOPT_ERRORBUFFER -specified. If an error messaged is specifed, this option won't make any -difference. -.TP .B CURLOPT_USERPWD Pass a char * as parameter, which should be [username]:[password] to use for the connection. If the password is left out, you will be prompted for it. |