projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a8407
)
ares_expand_name.3: clarify how to free the data
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 13 Feb 2013 10:01:29 +0000
(11:01 +0100)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 13 Feb 2013 10:01:50 +0000
(11:01 +0100)
ares_expand_name.3
patch
|
blob
|
history
diff --git
a/ares_expand_name.3
b/ares_expand_name.3
index 1761a9a48c26ac2406b23b56038de346b70a91bb..fc18df3ee3018b1d9937a2c5a73260cc4a71c68c 100644
(file)
--- a/
ares_expand_name.3
+++ b/
ares_expand_name.3
@@
-43,6
+43,8
@@
The length of the encoded name is stored in the variable pointed to by
.I enclen
so that the caller can advance past the encoded domain name to read
further data in the message.
+
+Use \fIares_free_string(3)\fP to free the allocated hostname.
.SH RETURN VALUES
.B ares_expand_name
can return any of the following values:
@@
-56,7
+58,7
@@
The encoded domain name was malformed and could not be expanded.
.B ARES_ENOMEM
Memory was exhausted.
.SH SEE ALSO
-.BR ares_mkquery (3)
+.BR ares_mkquery (3)
, ares_free_string (3)
.SH AUTHOR
Greg Hudson, MIT Information Systems
.br