Document type of argument for CURLOPT_ERRORBUFFER.
authorDimitrios Siganos <dimitris@siganos.org>
Wed, 2 Jul 2014 09:41:39 +0000 (11:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jul 2014 20:44:45 +0000 (22:44 +0200)
docs/libcurl/opts/CURLOPT_ERRORBUFFER.3

index 94b858f..d743723 100644 (file)
@@ -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