diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-02 09:50:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-02 09:50:42 +0000 |
commit | a52274e607622238673640dd6dfddcf2fdcaaa3d (patch) | |
tree | 16e807eba62f0e9f3dc8c2bcba54479f504aa493 /ares_process.3 | |
parent | 86ae23430cb79b38dec419ebf9cf3f85073e091c (diff) | |
download | c-ares-a52274e607622238673640dd6dfddcf2fdcaaa3d.tar.gz c-ares-a52274e607622238673640dd6dfddcf2fdcaaa3d.tar.bz2 c-ares-a52274e607622238673640dd6dfddcf2fdcaaa3d.zip |
minor edits
Diffstat (limited to 'ares_process.3')
-rw-r--r-- | ares_process.3 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ares_process.3 b/ares_process.3 index a707a41..50216e1 100644 --- a/ares_process.3 +++ b/ares_process.3 @@ -35,13 +35,10 @@ The file descriptor sets pointed to by and .I write_fds should have file descriptors set in them according to whether the file -descriptors specified by -.BR ares_fds (3) -are ready for reading and writing. (The easiest way to determine this -information is to invoke +descriptors specified by \fIares_fds(3)\fP are ready for reading and writing. +(The easiest way to determine this information is to invoke .B select -with a timeout no greater than the timeout given by -.BR ares_timeout (3)). +with a timeout no greater than the timeout given by \fIares_timeout(3)\fP ). .PP The .B ares_process |