Skip to content

Commit

Permalink
Document type of argument for CURLOPT_ERRORBUFFER.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiganos authored and bagder committed Jul 3, 2014
1 parent 3e04432 commit 7441c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
Expand Up @@ -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
Expand Down

0 comments on commit 7441c6d

Please sign in to comment.