aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-22 10:17:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-22 10:17:09 +0000
commiteaddf3d198d3b891f988b03dc16753da87099804 (patch)
treef0bac6b71253a61eb85efc43f3b8b5f208561123 /docs/libcurl/curl_easy_setopt.3
parenta37a79c2a9e3c6a7098df2d01586c21b29a6e8b7 (diff)
mark the option better
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 89a13d178..32bac6f97 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -56,7 +56,7 @@ The \fIhandle\fP is the return code from a \fIcurl_easy_init(3)\fP or
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. The verbose information will be sent to stderr,
-or the stream set with CURLOPT_STDERR.
+or the stream set with \fICURLOPT_STDERR\fP.
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