summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_VERBOSE.html
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-04-29 10:41:00 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2015-04-29 10:41:00 +0200
commitbff9831a91669600de53ca4ed6022cb212a40b8a (patch)
treec711bf36a0f953000c322fe9d740ea2b39260690 /docs/libcurl/opts/CURLOPT_VERBOSE.html
parent7b1fa5a0c5daf3831b9857c8fa678aaa6679d618 (diff)
Imported Upstream version 7.42.1
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_VERBOSE.html')
-rw-r--r--docs/libcurl/opts/CURLOPT_VERBOSE.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_VERBOSE.html b/docs/libcurl/opts/CURLOPT_VERBOSE.html
index b608b716..08e91d60 100644
--- a/docs/libcurl/opts/CURLOPT_VERBOSE.html
+++ b/docs/libcurl/opts/CURLOPT_VERBOSE.html
@@ -52,7 +52,7 @@ p.roffit {
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
<p class="level0">CURLOPT_VERBOSE - set verbose mode on/off <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
-<p class="level0">#include &lt;curl/curl.h&gt;
+<p class="level0">&#35;include &lt;curl/curl.h&gt;
<p class="level0">CURLcode curl_easy_setopt(CURL *handle, CURLOPT_VERBOSE, long onoff); <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2>
<p class="level0">Set the <span Class="emphasis">onoff</span> parameter to 1 to make the library display a lot of verbose information about its operations on this <span Class="emphasis">handle</span>. Very useful for libcurl and/or protocol debugging and understanding. The verbose information will be sent to stderr, or the stream set with <a Class="emphasis" href="./CURLOPT_STDERR.html">CURLOPT_STDERR</a>.
<p class="level0">You hardly ever want this set in production use, you will almost always want this when you debug/report problems.