mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
docs: update curl man page references
Detected by the manpage-syntax update Closes #11963
This commit is contained in:
parent
2b8937ce3a
commit
f11a5d2c5a
29 changed files with 75 additions and 74 deletions
|
|
@ -29,8 +29,8 @@ curl_multi_strerror - return string describing error code
|
|||
.B #include <curl/curl.h>
|
||||
.BI "const char *curl_multi_strerror(CURLMcode " errornum ");"
|
||||
.SH DESCRIPTION
|
||||
The curl_multi_strerror() function returns a string describing the
|
||||
\fICURLMcode\fP error code passed in the argument \fIerrornum\fP.
|
||||
This function returns a string describing the \fICURLMcode\fP error code
|
||||
passed in the argument \fIerrornum\fP.
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
int still_running;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue