1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

libcurl-multi.3: added missing full stop

Closes #5285
This commit is contained in:
i-ky 2020-04-23 14:13:35 +03:00 committed by Daniel Stenberg
parent c0e139a60d
commit b1b9692614
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -90,7 +90,7 @@ call libcurl again. The older API to accomplish the same thing is
\fIcurl_multi_fdset(3)\fP that extracts fd_sets from libcurl to use in
select() or poll() calls in order to get to know when the transfers in the
multi stack might need attention. Both these APIs allow for your program to
wait for input on your own private file descriptors at the same time
wait for input on your own private file descriptors at the same time.
\fIcurl_multi_timeout(3)\fP also helps you with providing a suitable timeout
period for your select() calls.