summaryrefslogtreecommitdiff
path: root/ares_library_init.3
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 12:03:32 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 12:03:32 +0000
commit612a29311a46e287630599089ac2d063edcdd20f (patch)
tree3e83610fbca933e42f93ae8fc28423dedbf6d487 /ares_library_init.3
parentdc4528e6726f510ef620b1fde03ce1a7f83bf7c8 (diff)
downloadc-ares-612a29311a46e287630599089ac2d063edcdd20f.tar.gz
c-ares-612a29311a46e287630599089ac2d063edcdd20f.tar.bz2
c-ares-612a29311a46e287630599089ac2d063edcdd20f.zip
Daniel wants upcoming release to be 1.7.0
Diffstat (limited to 'ares_library_init.3')
-rw-r--r--ares_library_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_library_init.3 b/ares_library_init.3
index 64d6c0b..b7d0ec3 100644
--- a/ares_library_init.3
+++ b/ares_library_init.3
@@ -76,14 +76,14 @@ non-zero error number will be returned to indicate the error. Except for
\fIares_strerror(3)\fP, you shall not call any other c-ares function upon
\fIares_library_init(3)\fP failure.
.SH AVAILABILITY
-This function was first introduced in c-ares version 1.6.1 along with the
+This function was first introduced in c-ares version 1.7.0 along with the
definition of preprocessor symbol \fICARES_HAVE_ARES_LIBRARY_INIT\fP as an
indication of the availability of this function.
.PP
Since the introduction of this function it is absolutely mandatory to
call it for any Win32/64 program using c-ares.
.PP
-Non-Win32/64 systems can still use c-ares version 1.6.1 without calling
+Non-Win32/64 systems can still use c-ares version 1.7.0 without calling
\fIares_library_init(3)\fP due to the fact that it is nearly a do-nothing
function on non-Win32/64 platforms at this point.
.SH SEE ALSO