]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-multi.3: added missing full stop
authori-ky <gl.ivanovsky@gmail.com>
Thu, 23 Apr 2020 11:13:35 +0000 (14:13 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Apr 2020 11:57:53 +0000 (13:57 +0200)
Closes #5285

docs/libcurl/libcurl-multi.3

index 4674abdce73ecb77d4220c567866901affb70726..58dd93288b4cf92dc90f4bdb928be58d87da439d 100644 (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.