aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_free_hostent.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-02 09:50:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-02 09:50:42 +0000
commitce6b767b47163d3d5bc0f301abc19b65ae3b11e1 (patch)
treee9939e31f68082a01cbbd55513ed258fa8328af9 /ares/ares_free_hostent.3
parent7ba4d3464fca05266a9d62ad332658a20fb74ae7 (diff)
minor edits
Diffstat (limited to 'ares/ares_free_hostent.3')
-rw-r--r--ares/ares_free_hostent.319
1 files changed, 7 insertions, 12 deletions
diff --git a/ares/ares_free_hostent.3 b/ares/ares_free_hostent.3
index 3068cfd35..82bbfb55c 100644
--- a/ares/ares_free_hostent.3
+++ b/ares/ares_free_hostent.3
@@ -28,21 +28,16 @@ The
.I ares_free_hostent
function frees a
.B struct hostent
-allocated by one of the functions
-.I ares_parse_a_reply
-or
-.IR ares_parse_ptr_reply .
+allocated by one of the functions \fIares_parse_a_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
+\fIares_gethostbyaddr(3)\fP. The ares library will automatically free such
+host structures when the callback returns.
.SH SEE ALSO
.BR ares_parse_a_reply (3),
.BR ares_parse_ptr_reply (3)
-.SH NOTES
-It is not necessary (and is not correct) to free the host structure
-passed to the callback functions for
-.I ares_gethostbyname
-or
-.IR ares_gethostbyaddr .
-The ares library will automatically free such host structures when the
-callback returns.
.SH AUTHOR
Greg Hudson, MIT Information Systems
.br