mirror of https://github.com/getdnsapi/getdns.git
return_api_information extension doesn't exist
So remove from manpage
This commit is contained in:
parent
3b9c1270c2
commit
9003f013a4
|
@ -192,7 +192,7 @@ memory allocation failed or some other untoward thing happened while initializin
|
||||||
if the context pointer is invalid (getdns_context_destroy)
|
if the context pointer is invalid (getdns_context_destroy)
|
||||||
|
|
||||||
.LP
|
.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:
|
destroyed by the called and includes the following name/value pairs:
|
||||||
|
|
||||||
.IP version_string
|
.IP version_string
|
||||||
|
|
|
@ -363,27 +363,6 @@ specify_class (int)
|
||||||
|
|
||||||
Set to the DNS class number (other than Internet (IN) class desired in query.
|
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
|
.HP 3
|
||||||
return_call_debugging (int)
|
return_call_debugging (int)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue