From f837e32204ae54ae3cf31cfe443e449c9abceb84 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 5 Feb 2016 15:47:26 +0100 Subject: [PATCH] Correct return value in documentation for getdns_pretty_print_dict(). --- doc/getdns_pretty_print_dict.3.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getdns_pretty_print_dict.3.in b/doc/getdns_pretty_print_dict.3.in index 74d25d5a..7ab966e3 100644 --- a/doc/getdns_pretty_print_dict.3.in +++ b/doc/getdns_pretty_print_dict.3.in @@ -37,7 +37,7 @@ DNS Resolver library (libgetdns, -lgetdns) .SH SYNOPSIS #include -getdns_list * +char * .br .B getdns_pretty_print_dict (const getdns_dict *this_dict)