summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-08-17 23:14:24 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-08-17 23:14:24 +0200
commit83093ac4504a4ba3dcc0e052ab5ba62ecbf50a0c (patch)
treeda1b0002eb15ee6122abe2640e91ec97bd5378fb
parent90364defb038d5d6b97acf9df9ed152d2393a863 (diff)
downloadc-ares-83093ac4504a4ba3dcc0e052ab5ba62ecbf50a0c.tar.gz
c-ares-83093ac4504a4ba3dcc0e052ab5ba62ecbf50a0c.tar.bz2
c-ares-83093ac4504a4ba3dcc0e052ab5ba62ecbf50a0c.zip
ares_create_query.3: mention when this is added
-rw-r--r--ares_create_query.36
1 files changed, 4 insertions, 2 deletions
diff --git a/ares_create_query.3 b/ares_create_query.3
index d01b8d8..5fd94fc 100644
--- a/ares_create_query.3
+++ b/ares_create_query.3
@@ -1,5 +1,5 @@
.\"
-.\" Copyright 1998, 2000 by the Massachusetts Institute of Technology.
+.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"
.\" Permission to use, copy, modify, and distribute this
.\" software and its documentation for any purpose and without
@@ -13,7 +13,7 @@
.\" this software for any purpose. It is provided "as is"
.\" without express or implied warranty.
.\"
-.TH ARES_CREATE_QUERY 3 "20 Nov 2009"
+.TH ARES_CREATE_QUERY 3 "17 Aug 2012"
.SH NAME
ares_create_query \- Compose a single-question DNS query buffer
.SH SYNOPSIS
@@ -73,6 +73,8 @@ characters.
.TP 15
.B ARES_ENOMEM
Memory was exhausted.
+.SH AVAILABILITY
+Added in c-ares 1.10.0
.SH SEE ALSO
.BR ares_expand_name (3),
.BR ares_free_string (3)