summaryrefslogtreecommitdiff
path: root/ares_free_hostent.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-14 23:01:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-14 23:01:49 +0000
commit8af948640877b0aae5a1df24bf6393814709efee (patch)
tree51051059673c2a0aa6c5b84f293649fdb105d0b9 /ares_free_hostent.3
parentad734e7b2d9b45fbfa8d9ebc83828f12c59399e3 (diff)
downloadc-ares-8af948640877b0aae5a1df24bf6393814709efee.tar.gz
c-ares-8af948640877b0aae5a1df24bf6393814709efee.tar.bz2
c-ares-8af948640877b0aae5a1df24bf6393814709efee.zip
added another SEE ALSO
Diffstat (limited to 'ares_free_hostent.3')
-rw-r--r--ares_free_hostent.37
1 files changed, 4 insertions, 3 deletions
diff --git a/ares_free_hostent.3 b/ares_free_hostent.3
index 7130f59..5b42f39 100644
--- a/ares_free_hostent.3
+++ b/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