From 598c589359fc27cd7176e847c0b3670f6a394a1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 14 Jul 2007 23:01:49 +0000 Subject: [PATCH] added another SEE ALSO --- ares/ares_free_hostent.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ares/ares_free_hostent.3 b/ares/ares_free_hostent.3 index 7130f59ec..5b42f3937 100644 --- a/ares/ares_free_hostent.3 +++ b/ares/ares_free_hostent.3 @@ -33,12 +33,13 @@ allocated by one of the functions \fIares_parse_a_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 -\fIares_gethostbyaddr(3)\fP. The ares library will automatically free such -host structures when the callback returns. +\fIares_gethostbyaddr(3)\fP. c-ares will automatically free such 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) +.BR ares_parse_ptr_reply (3), +.BR ares_parse_ns_reply (3) .SH AUTHOR Greg Hudson, MIT Information Systems .br