aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_wait.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-10-08 16:31:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-10-09 00:34:16 +0200
commit542802af231d25d97cc03d0d67474fb8ace2f379 (patch)
treecea80120962dce6dbcc9029d038b4ea2547d4e9a /docs/libcurl/curl_multi_wait.3
parent9547be37c252416f856fea664ff91c4fbfd86c2c (diff)
curl_multi_wait.3: style formatting mistake
Diffstat (limited to 'docs/libcurl/curl_multi_wait.3')
-rw-r--r--docs/libcurl/curl_multi_wait.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_wait.3 b/docs/libcurl/curl_multi_wait.3
index 100d69de6..ad97d47c5 100644
--- a/docs/libcurl/curl_multi_wait.3
+++ b/docs/libcurl/curl_multi_wait.3
@@ -40,7 +40,7 @@ detected on at least one of the handles or \fItimeout_ms\fP has passed.
The calling application may pass additional curl_waitfd structures which are
similar to \fIpoll(2)\fP's pollfd structure to be waited on in the same call.
-On completion, if \fInumfds\fI is supplied, it will be populated with the
+On completion, if \fInumfds\fP is supplied, it will be populated with the
number of file descriptors on which interesting events occured.
This function is encouraged to be used instead of select(3) when using the