summaryrefslogtreecommitdiff
path: root/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
commitf854ecb90befef777b6907f76d35276633830be5 (patch)
treeb07cdbaefb62cd06f0d6e134c529098973fe398a /ares_parse_aaaa_reply.3
parent7a7befd37b57ffca6b28fc89c880f2c3d5452e63 (diff)
downloadc-ares-f854ecb90befef777b6907f76d35276633830be5.tar.gz
c-ares-f854ecb90befef777b6907f76d35276633830be5.tar.bz2
c-ares-f854ecb90befef777b6907f76d35276633830be5.zip
Sync man page with reality
Diffstat (limited to 'ares_parse_aaaa_reply.3')
-rw-r--r--ares_parse_aaaa_reply.36
1 files changed, 3 insertions, 3 deletions
diff --git a/ares_parse_aaaa_reply.3 b/ares_parse_aaaa_reply.3
index ea29036..f25cb93 100644
--- a/ares_parse_aaaa_reply.3
+++ b/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