From 7441c6d7af8a227a9d115c264204fa86637f0ea8 Mon Sep 17 00:00:00 2001 From: Dimitrios Siganos Date: Wed, 2 Jul 2014 11:41:39 +0200 Subject: [PATCH] Document type of argument for CURLOPT_ERRORBUFFER. --- docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 b/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 index 94b858fde48fe0..d743723762834d 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 -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