summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-25 07:50:25 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-25 10:19:38 +0200
commit412570d7c409bbfce723dc8bf4903c286e728bc8 (patch)
treeec40a886834234fa3409d6556dc257dba34291e2 /docs/libcurl/curl_multi_setopt.3
parentaa429d49b33c4264d8d5c1c2568862742784e538 (diff)
downloadcurl-412570d7c409bbfce723dc8bf4903c286e728bc8.tar.gz
docs: provide "RETURN VALUE" section for more func manpages
Three were missing, one used a non-standard name for the header. Closes #7902
Diffstat (limited to 'docs/libcurl/curl_multi_setopt.3')
-rw-r--r--docs/libcurl/curl_multi_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_setopt.3 b/docs/libcurl/curl_multi_setopt.3
index c3f0cbe79..fc3526f3a 100644
--- a/docs/libcurl/curl_multi_setopt.3
+++ b/docs/libcurl/curl_multi_setopt.3
@@ -69,7 +69,7 @@ See \fICURLMOPT_TIMERFUNCTION(3)\fP
See \fICURLMOPT_TIMERDATA(3)\fP
.IP CURLMOPT_MAX_CONCURRENT_STREAMS
See \fICURLMOPT_MAX_CONCURRENT_STREAMS(3)\fP
-.SH RETURNS
+.SH RETURN VALUE
The standard CURLMcode for multi interface error codes. Note that it returns a
CURLM_UNKNOWN_OPTION if you try setting an option that this version of libcurl
doesn't know of.