aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_VERBOSE.3
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-24 00:00:34 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-24 00:00:34 +0200
commitd8287ca8bc446ccab89064874d1738715cb02ffa (patch)
treec857ee8a2e211a45029086d8d5ebd40d45b6bda4 /docs/libcurl/opts/CURLOPT_VERBOSE.3
parentcf1f8d4528b0c1215a3717262f795205d3d1bc87 (diff)
opts: added some DEFAULT and RETURN VALUE sections
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_VERBOSE.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_VERBOSE.37
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_VERBOSE.3 b/docs/libcurl/opts/CURLOPT_VERBOSE.3
index b62c7b70e..53e29f9bc 100644
--- a/docs/libcurl/opts/CURLOPT_VERBOSE.3
+++ b/docs/libcurl/opts/CURLOPT_VERBOSE.3
@@ -31,13 +31,16 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_VERBOSE, long onoff);
Set the \fIonoff\fP parameter to 1 to make the library display a lot of
verbose information about its operations on this \fIhandle\fP. Very useful for
libcurl and/or protocol debugging and understanding. The verbose information
-will be sent to stderr, or the stream set with \fICURLOPT_STDERR(3)\fP. The
-default value for this parameter is 0, meaning disabled.
+will be sent to stderr, or the stream set with \fICURLOPT_STDERR(3)\fP.
You hardly ever want this set in production use, you will almost always want
this when you debug/report problems.
To also get all the protocol data sent and received, consider using the
\fICURLOPT_DEBUGFUNCTION(3)\fP.
+.SH DEFAULT
+0, meaning disabled.
+.SH RETURN VALUE
+Returns CURLE_OK.
.SH "SEE ALSO"
.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "