summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_perform.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-06-21 20:21:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-06-21 20:21:47 +0200
commitc7e491f9c280bf45fe07aeaed93690db52823cb9 (patch)
tree5a48bc25a13a8edf6d74acd2970a1877c80c4b46 /docs/libcurl/curl_easy_perform.3
parent7d618c477fcf147296462266456a43a02a91c06e (diff)
downloadgnurl-c7e491f9c280bf45fe07aeaed93690db52823cb9.tar.gz
gnurl-c7e491f9c280bf45fe07aeaed93690db52823cb9.tar.bz2
gnurl-c7e491f9c280bf45fe07aeaed93690db52823cb9.zip
lib man pages: update easy setopt option references
... by using the "\fIopt(3)\fP" syntax they will be linked properly when the web version of the page is generated.
Diffstat (limited to 'docs/libcurl/curl_easy_perform.3')
-rw-r--r--docs/libcurl/curl_easy_perform.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_perform.3 b/docs/libcurl/curl_easy_perform.3
index e2de8fad9..52830151c 100644
--- a/docs/libcurl/curl_easy_perform.3
+++ b/docs/libcurl/curl_easy_perform.3
@@ -55,7 +55,7 @@ While the \fBeasy_handle\fP is added to a multi handle, it cannot be used by
.SH RETURN VALUE
CURLE_OK (0) means everything was ok, non-zero means an error occurred as
.I <curl/curl.h>
-defines - see \fIlibcurl-errors(3)\fP. If the \fBCURLOPT_ERRORBUFFER\fP was
+defines - see \fIlibcurl-errors(3)\fP. If the \fBCURLOPT_ERRORBUFFER(3)\fP was
set with \fIcurl_easy_setopt(3)\fP there will be a readable error message in
the error buffer when non-zero is returned.
.SH "SEE ALSO"