summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrios Siganos <dimitris@siganos.org>2014-07-02 11:41:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-07-03 22:44:45 +0200
commit7441c6d7af8a227a9d115c264204fa86637f0ea8 (patch)
treed80ff53e3c52520b3b76d9990850a0cf7821121c
parent3e0443239acf568d29d637878d8ef143fc0e3e41 (diff)
downloadgnurl-7441c6d7af8a227a9d115c264204fa86637f0ea8.tar.gz
gnurl-7441c6d7af8a227a9d115c264204fa86637f0ea8.tar.bz2
gnurl-7441c6d7af8a227a9d115c264204fa86637f0ea8.zip
Document type of argument for CURLOPT_ERRORBUFFER.
-rw-r--r--docs/libcurl/opts/CURLOPT_ERRORBUFFER.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 b/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
index 94b858fde..d74372376 100644
--- a/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
+++ b/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
@@ -26,7 +26,7 @@ CURLOPT_ERRORBUFFER \- set error buffer for error messages
.SH SYNOPSIS
#include <curl/curl.h>
-CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ERRORBUFFER, [argument]);
+CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ERRORBUFFER, char *buf);
.SH DESCRIPTION
Pass a char * to a buffer that the libcurl may store human readable error
messages in on failures or problems. This may be more helpful than just the