From b1b96926148758c6a8de0898269c11b0e555ed66 Mon Sep 17 00:00:00 2001 From: i-ky Date: Thu, 23 Apr 2020 14:13:35 +0300 Subject: libcurl-multi.3: added missing full stop Closes #5285 --- docs/libcurl/libcurl-multi.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl') diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index 4674abdce..58dd93288 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -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. -- cgit v1.2.3