curl_multi_wait.3: style formatting mistake

This commit is contained in:
Daniel Stenberg 2012-10-08 16:31:42 +02:00
parent 9547be37c2
commit 542802af23

View 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 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. 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. number of file descriptors on which interesting events occured.
This function is encouraged to be used instead of select(3) when using the This function is encouraged to be used instead of select(3) when using the