]> granicus.if.org Git - curl/commitdiff
format fix
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Apr 2004 12:13:21 +0000 (12:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Apr 2004 12:13:21 +0000 (12:13 +0000)
docs/libcurl/curl_multi_fdset.3

index 420323b9927b9703c3d6771965e1864fd11688c2..2e9fd8feda319f37691e53d54dd3518e994bf9dd 100644 (file)
@@ -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()