summaryrefslogtreecommitdiff
path: root/ares_dup.3
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-26 18:00:14 +0000
committerYang Tse <yangsita@gmail.com>2009-05-26 18:00:14 +0000
commitcf3301f024dea088612d72a0946273adf4aae902 (patch)
treed6436e96d02e6d3377d516c898e24b8e9fee1d11 /ares_dup.3
parent84aa2f8a5dee92d546165b197928b3c124d082c5 (diff)
downloadc-ares-cf3301f024dea088612d72a0946273adf4aae902.tar.gz
c-ares-cf3301f024dea088612d72a0946273adf4aae902.tar.bz2
c-ares-cf3301f024dea088612d72a0946273adf4aae902.zip
Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED
if library initialization has not been performed calling ares_library_init().
Diffstat (limited to 'ares_dup.3')
-rw-r--r--ares_dup.37
1 files changed, 4 insertions, 3 deletions
diff --git a/ares_dup.3 b/ares_dup.3
index cdf5a42..4c866f9 100644
--- a/ares_dup.3
+++ b/ares_dup.3
@@ -1,6 +1,6 @@
.\" $Id$
.\"
-.\" Copyright (C) 2007-2008 by Daniel Stenberg
+.\" Copyright (C) 2004-2009 by Daniel Stenberg
.\"
.\" Permission to use, copy, modify, and distribute this
.\" software and its documentation for any purpose and without
@@ -14,7 +14,7 @@
.\" this software for any purpose. It is provided "as is"
.\" without express or implied warranty.
.\"
-.TH ARES_DUP 3 "2 Dec 2008"
+.TH ARES_DUP 3 "26 May 2009"
.SH NAME
ares_dup \- Duplicate a resolver channel
.SH SYNOPSIS
@@ -35,7 +35,8 @@ with additional options set exactly as the \fIsource\fP channel has them
configured.
.SH SEE ALSO
.BR ares_destroy(3),
-.BR ares_init(3)
+.BR ares_init(3),
+.BR ares_library_init(3)
.SH AVAILABILITY
ares_dup(3) was added in c-ares 1.6.0
.SH AUTHOR