]> granicus.if.org Git - curl/commitdiff
curl_multi_wait.3: style formatting mistake
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Oct 2012 14:31:42 +0000 (16:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Oct 2012 22:34:16 +0000 (00:34 +0200)
docs/libcurl/curl_multi_wait.3

index 100d69de6238cfea64ae3e148fc06446d4334533..ad97d47c520acda6ef8c301c932b11bc939ec1ca 100644 (file)
@@ -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