From d8287ca8bc446ccab89064874d1738715cb02ffa Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 24 Jun 2014 00:00:34 +0200 Subject: opts: added some DEFAULT and RETURN VALUE sections --- docs/libcurl/opts/CURLOPT_VERBOSE.3 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/libcurl/opts/CURLOPT_VERBOSE.3') 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), " -- cgit v1.2.3