summaryrefslogtreecommitdiff
path: root/ares_parse_txt_reply.3
diff options
context:
space:
mode:
authorPatrick Valsecchi <pvalsecc@cisco.com>2013-04-22 23:32:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-04-22 23:32:02 +0200
commitb5135bbc66cf6f0a884937a9eccc61ac795b1ee0 (patch)
treef8f06624b9a70826fabfb0492f18f9a1e69e1e8c /ares_parse_txt_reply.3
parent9a92b80191af997c910fca973307bef339e7b767 (diff)
downloadc-ares-b5135bbc66cf6f0a884937a9eccc61ac795b1ee0.tar.gz
c-ares-b5135bbc66cf6f0a884937a9eccc61ac795b1ee0.tar.bz2
c-ares-b5135bbc66cf6f0a884937a9eccc61ac795b1ee0.zip
ares_parse_txt_reply: return a ares_txt_reply node for each sub-string
Previously, the function would wrongly return all substrings merged into one.
Diffstat (limited to 'ares_parse_txt_reply.3')
-rw-r--r--ares_parse_txt_reply.32
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_parse_txt_reply.3 b/ares_parse_txt_reply.3
index c9926bc..063b3ff 100644
--- a/ares_parse_txt_reply.3
+++ b/ares_parse_txt_reply.3
@@ -27,7 +27,7 @@ ares_parse_txt_reply \- Parse a reply to a DNS query of type TXT
The
.B ares_parse_txt_reply
function parses the response to a query of type TXT into a
-linked list of
+linked list (one element per sub-string) of
.I struct ares_txt_reply
The parameters
.I abuf