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

@ -51,7 +51,7 @@ and desired behavior.
Note: if libcurl returns a -1 timeout here, it just means that libcurl
currently has no stored timeout value. You must not wait too long (more than a
few seconds perhaps) before you call curl_multi_perform() again.
few seconds perhaps) before you call \fIcurl_multi_perform(3)\fP again.
.SH EXAMPLE
.nf
struct timeval timeout;