aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_parse_aaaa_reply.3
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-20 14:15:05 +0000
committerYang Tse <yangsita@gmail.com>2009-11-20 14:15:05 +0000
commitc3266a5eb1340f5d7e467ced428a32b68b57a8f7 (patch)
tree24f7bef92bce1d49bf197370516e47244fd9354d /ares/ares_parse_aaaa_reply.3
parentced1e1e7267df300094936b576b19810a6b4f8df (diff)
Sync man page with reality
Diffstat (limited to 'ares/ares_parse_aaaa_reply.3')
-rw-r--r--ares/ares_parse_aaaa_reply.36
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/ares_parse_aaaa_reply.3 b/ares/ares_parse_aaaa_reply.3
index ea29036d5..f25cb9372 100644
--- a/ares/ares_parse_aaaa_reply.3
+++ b/ares/ares_parse_aaaa_reply.3
@@ -14,7 +14,7 @@
.\" this software for any purpose. It is provided "as is"
.\" without express or implied warranty.
.\"
-.TH ARES_PARSE_AAAA_REPLY 3 "10 March 2005"
+.TH ARES_PARSE_AAAA_REPLY 3 "20 Nov 2009"
.SH NAME
ares_parse_aaaa_reply \- Parse a reply to a DNS query of type AAAA
.SH SYNOPSIS
@@ -23,7 +23,7 @@ ares_parse_aaaa_reply \- Parse a reply to a DNS query of type AAAA
.PP
.B int ares_parse_aaaa_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
.B struct hostent **\fIhost\fP,
-.B struct addrttl *\fIaddrttls\fB, int *\fInaddrttls\fB);
+.B struct addr6ttl *\fIaddrttls\fB, int *\fInaddrttls\fB);
.fi
.SH DESCRIPTION
The
@@ -31,7 +31,7 @@ The
function parses the response to a query of type AAAA into a
.BR "struct hostent"
and/or an array of
-.BR "struct addrttls" .
+.BR "struct addr6ttl" .
The parameters
.I abuf
and