]> granicus.if.org Git - curl/commitdiff
Made ares_free_hostent man page refer to ares_parse_aaaa_reply
authorDominick Meglio <dcm5151@esu.edu>
Mon, 16 May 2005 19:23:57 +0000 (19:23 +0000)
committerDominick Meglio <dcm5151@esu.edu>
Mon, 16 May 2005 19:23:57 +0000 (19:23 +0000)
ares/ares_free_hostent.3

index 82bbfb55cc1db70666b5a0b4f00c35511a95673c..7130f59ec9f122eef95b7f767cd45c0c7455162f 100644 (file)
@@ -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