mirror of
https://github.com/curl/curl.git
synced 2026-05-08 13:37:29 +03:00
format fix
This commit is contained in:
parent
68e8a0f0d9
commit
220cd010bd
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ CURLMcode curl_multi_fdset(CURLM *multi_handle,
|
|||
.SH DESCRIPTION
|
||||
This function extracts file descriptor information from a given multi_handle.
|
||||
libcurl returns its fd_set sets. The application can use these to select()
|
||||
on. The curl_multi_perform() function should be called as soon as one of them
|
||||
are ready to be read from or written to.
|
||||
on. The \fIcurl_multi_perform(3)\fI function should be called as soon as one
|
||||
of them are ready to be read from or written to.
|
||||
|
||||
NOTE that once this call is made, you must not remove the sets you point to,
|
||||
as libcurl will need to be able to read them. It needs them after select()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue