summaryrefslogtreecommitdiff
path: root/ares_free_hostent.3
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-05-16 19:23:57 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-05-16 19:23:57 +0000
commitfc985720197f9ed3184974664d5dca61cf3ad826 (patch)
tree1b5c255337c29122ecf9e944370b0af5245bf5af /ares_free_hostent.3
parentef16aa066980ff2c7fb26fbebe0db61eaeb96566 (diff)
downloadc-ares-fc985720197f9ed3184974664d5dca61cf3ad826.tar.gz
c-ares-fc985720197f9ed3184974664d5dca61cf3ad826.tar.bz2
c-ares-fc985720197f9ed3184974664d5dca61cf3ad826.zip
Made ares_free_hostent man page refer to ares_parse_aaaa_reply
Diffstat (limited to 'ares_free_hostent.3')
-rw-r--r--ares_free_hostent.35
1 files changed, 3 insertions, 2 deletions
diff --git a/ares_free_hostent.3 b/ares_free_hostent.3
index 82bbfb5..7130f59 100644
--- a/ares_free_hostent.3
+++ b/ares_free_hostent.3
@@ -28,8 +28,8 @@ The
.I ares_free_hostent
function frees a
.B struct hostent
-allocated by one of the functions \fIares_parse_a_reply(3)\fP or
-\fIares_parse_ptr_reply(3)\fP.
+allocated by one of the functions \fIares_parse_a_reply(3)\fP,
+\fIares_parse_aaaa_reply(3)\fP, or \fIares_parse_ptr_reply(3)\fP.
.SH NOTES
It is not necessary (and is not correct) to free the host structure passed to
the callback functions for \fIares_gethostbyname(3)\fP or
@@ -37,6 +37,7 @@ the callback functions for \fIares_gethostbyname(3)\fP or
host structures when the callback returns.
.SH SEE ALSO
.BR ares_parse_a_reply (3),
+.BR ares_parse_aaaa_reply (3),
.BR ares_parse_ptr_reply (3)
.SH AUTHOR
Greg Hudson, MIT Information Systems