From 198e8baf69b7a1985404499aea09588ab2d8e8d9 Mon Sep 17 00:00:00 2001 From: Anthony Kirby Date: Tue, 19 May 2015 15:17:00 +0100 Subject: [PATCH] docs: fix index param for getdns_list_set_xxx the second parameter for these 4 functions is an index, not a name (looks like cut'n'paste from getdns_dict_set_xxx) --- doc/getdns_list_set.3.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/getdns_list_set.3.in b/doc/getdns_list_set.3.in index 7bae75f1..301bb882 100644 --- a/doc/getdns_list_set.3.in +++ b/doc/getdns_list_set.3.in @@ -46,7 +46,7 @@ getdns_return_t .B getdns_list_set_bindata (getdns_list *this_list, .RS 3 -char *name, +size_t index, .br getdns_bindata *child_bindata) .RE @@ -56,7 +56,7 @@ getdns_return_t .B getdns_list_set_dict (getdns_list *this_list, .RS 3 -char *name, +size_t index, .br getdns_dict *child_dict) .RE @@ -66,7 +66,7 @@ getdns_return_t .B getdns_list_set_int (getdns_list *this_list, .RS 3 -char *name, +size_t index, .br uint32_t child_uint32_t) .RE @@ -76,7 +76,7 @@ getdns_return_t .B getdns_list_set_list (getdns_list *this_list, .RS 3 -char *name, +size_t index, .br getdns_list *child_list) .RE