docs: update curl man page references

Detected by the manpage-syntax update

Closes #11963
This commit is contained in:
Daniel Stenberg 2023-09-27 11:36:03 +02:00
parent 2b8937ce3a
commit f11a5d2c5a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
29 changed files with 75 additions and 74 deletions

View file

@ -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;