aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_dup.3
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 00:57:50 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 00:57:50 +0000
commitf6114f2ec4fcfe966cb4b30303aaa06666165798 (patch)
treeaa15395955202809220ae7d2b2247b66f6a1afbc /ares/ares_dup.3
parentf9e55c99087f879e2ad8113f8b26ebc2e24a0910 (diff)
- Jakub Hrozek fixed more function prototypes in man pages to sync them
with the ones declared in ares.h
Diffstat (limited to 'ares/ares_dup.3')
-rw-r--r--ares/ares_dup.34
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_dup.3 b/ares/ares_dup.3
index 4c866f9f9..1b109bcdb 100644
--- a/ares/ares_dup.3
+++ b/ares/ares_dup.3
@@ -21,12 +21,12 @@ ares_dup \- Duplicate a resolver channel
.nf
.B #include <ares.h>
.PP
-.B int ares_dup(ares_channel *\fIchannel\fP, ares_channel \fIsource\fP)
+.B int ares_dup(ares_channel *\fIdest\fP, ares_channel \fIsource\fP)
.fi
.SH DESCRIPTION
The \fBares_dup(3)\fP function duplicates an existing communications channel
for name service lookups. If it returns successfully, \fBares_dup(3)\fP will
-set the variable pointed to by \fIchannel\fP to a handle used to identify the
+set the variable pointed to by \fIdest\fP to a handle used to identify the
name service channel. The caller should invoke \fIares_destroy(3)\fP on the
handle when the channel is no longer needed.