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