aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/template.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-06-17 11:38:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-06-17 11:38:51 +0200
commit0219d4e04e1dd1bb25ac165a7d18e8deb8cbbf21 (patch)
treeff97c51107497f37e7d402633b44186c4b2e6cf8 /docs/libcurl/opts/template.3
parentc522c7ba885c6a03b5b6d0887312037f53b2a895 (diff)
downloadgnurl-0219d4e04e1dd1bb25ac165a7d18e8deb8cbbf21.tar.gz
gnurl-0219d4e04e1dd1bb25ac165a7d18e8deb8cbbf21.tar.bz2
gnurl-0219d4e04e1dd1bb25ac165a7d18e8deb8cbbf21.zip
opts template: provide a filled in error code phrase
Diffstat (limited to 'docs/libcurl/opts/template.3')
-rw-r--r--docs/libcurl/opts/template.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/opts/template.3 b/docs/libcurl/opts/template.3
index 9871a85ee..184e471e1 100644
--- a/docs/libcurl/opts/template.3
+++ b/docs/libcurl/opts/template.3
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLOPT_TEMPLATE 3 "16 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
+.TH CURLOPT_TEMPLATE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_TEMPLATE \- [short desc]
.SH SYNOPSIS
@@ -33,5 +33,6 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TEMPLATE, [argument]);
.SH EXAMPLE
.SH AVAILABILITY
.SH RETURN VALUE
+Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "