summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authori-ky <gl.ivanovsky@gmail.com>2020-04-23 14:13:35 +0300
committerDaniel Stenberg <daniel@haxx.se>2020-04-23 13:57:53 +0200
commitb1b96926148758c6a8de0898269c11b0e555ed66 (patch)
treea9f288e59d8f8d75aec3264b7e357098a8311603
parentc0e139a60db68034e04362694290f7cf422eb924 (diff)
downloadcurl-b1b96926148758c6a8de0898269c11b0e555ed66.tar.gz
libcurl-multi.3: added missing full stop
Closes #5285
-rw-r--r--docs/libcurl/libcurl-multi.32
1 files changed, 1 insertions, 1 deletions
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.