diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-21 07:46:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-21 07:46:17 +0000 |
commit | d204c62c39bb7b19ba7c1c8891519024bfe55e28 (patch) | |
tree | b5f2beed8ec3faee54c9b4559b3d186109dc783d /docs/libcurl | |
parent | 13dd99842afbcad7b23fb455f090169b651a6af6 (diff) |
clarified where VERBOSE output goes
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 2842ebfc5..ae1cc23ca 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -21,7 +21,7 @@ .\" * $Id$ .\" ************************************************************************** .\" -.TH curl_easy_setopt 3 "15 Jan 2004" "libcurl 7.11.0" "libcurl Manual" +.TH curl_easy_setopt 3 "21 Jan 2004" "libcurl 7.11.0" "libcurl Manual" .SH NAME curl_easy_setopt - set options for a curl easy handle .SH SYNOPSIS @@ -55,7 +55,8 @@ The \fIhandle\fP is the return code from a \fIcurl_easy_init(3)\fP or .IP CURLOPT_VERBOSE Set the parameter to non-zero to get the library to display a lot of verbose information about its operations. Very useful for libcurl and/or protocol -debugging and understanding. +debugging and understanding. The verbose information will be sent to stderr, +or the stream set with CURLOPT_STDERR. You hardly ever want this set in production use, you will almost always want this when you debug/report problems. Another neat option for debugging is the |