Document type of argument for CURLOPT_ERRORBUFFER.

This commit is contained in:
Dimitrios Siganos
2014-07-02 11:41:39 +02:00
committed by Daniel Stenberg
parent 3e0443239a
commit 7441c6d7af

View File

@@ -26,7 +26,7 @@ CURLOPT_ERRORBUFFER \- set error buffer for error messages
.SH SYNOPSIS .SH SYNOPSIS
#include <curl/curl.h> #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 .SH DESCRIPTION
Pass a char * to a buffer that the libcurl may store human readable error 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 messages in on failures or problems. This may be more helpful than just the