Git init
[external/curl.git] / docs / libcurl / curl_multi_strerror.3
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\"
4 .TH curl_multi_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual"
5 .SH NAME
6 curl_multi_strerror - return string describing error code
7 .SH SYNOPSIS
8 .nf
9 .B #include <curl/curl.h>
10 .BI "const char *curl_multi_strerror(CURLMcode " errornum ");"
11 .SH DESCRIPTION
12 The curl_multi_strerror() function returns a string describing the CURLMcode
13 error code passed in the argument \fIerrornum\fP.
14 .SH AVAILABILITY
15 This function was added in libcurl 7.12.0
16 .SH RETURN VALUE
17 A pointer to a zero terminated string.
18 .SH "SEE ALSO"
19 .BR libcurl-errors "(3), " curl_easy_strerror "(3), " curl_share_strerror "(3)"