From 9003f013a48289d16e18d6ab3ffa87aa97327bee Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 3 Sep 2014 15:46:17 +0200 Subject: [PATCH] return_api_information extension doesn't exist So remove from manpage --- doc/getdns_context.3.in | 2 +- doc/libgetdns.3.in | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/doc/getdns_context.3.in b/doc/getdns_context.3.in index 2b4286f1..164407dc 100644 --- a/doc/getdns_context.3.in +++ b/doc/getdns_context.3.in @@ -192,7 +192,7 @@ memory allocation failed or some other untoward thing happened while initializin if the context pointer is invalid (getdns_context_destroy) .LP -The getdns_dict returned by gertdns_context_get_api_information must be +The getdns_dict returned by getdns_context_get_api_information must be destroyed by the called and includes the following name/value pairs: .IP version_string diff --git a/doc/libgetdns.3.in b/doc/libgetdns.3.in index 22c60635..54d7f1ef 100644 --- a/doc/libgetdns.3.in +++ b/doc/libgetdns.3.in @@ -363,27 +363,6 @@ specify_class (int) Set to the DNS class number (other than Internet (IN) class desired in query. -.HP 3 -return_api_information (int) - -Set to GETDNS_EXTENSION_TRUE to add the following to the top level of the response object: -.RS 6 -.br -.I version_string -(bindata) : the version string for this version of the getdns API -.br -.I implementation_string -(bindata) : string set by this library's implementer as a build or version indicator -.br -.I resolution_type -(int) : GETDNS_CONTEXT_RECURSING or GETDNS_CONTEXT_STUB depending on how the context is configured -.br -.I all_context -(dict) : includes names from the context, use with -.I getdns_pretty_print_dict -(3) for debugging -.RE - .HP 3 return_call_debugging (int)