aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_fdset.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-14 12:13:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-14 12:13:21 +0000
commit220cd010bde555299fb3ad95df638e297bcc2a6f (patch)
treeb7d992eb2c2026445be6ed6fd2535f384dcc774a /docs/libcurl/curl_multi_fdset.3
parent68e8a0f0d97ee36a355c74fc22bc6a9b3a821e3a (diff)
format fix
Diffstat (limited to 'docs/libcurl/curl_multi_fdset.3')
-rw-r--r--docs/libcurl/curl_multi_fdset.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_fdset.3 b/docs/libcurl/curl_multi_fdset.3
index 420323b99..2e9fd8fed 100644
--- a/docs/libcurl/curl_multi_fdset.3
+++ b/docs/libcurl/curl_multi_fdset.3
@@ -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()