diff --git a/doc/getdns_dict.3.in b/doc/getdns_dict.3.in index 56eecc46..befd1a2e 100644 --- a/doc/getdns_dict.3.in +++ b/doc/getdns_dict.3.in @@ -42,6 +42,33 @@ DNS Resolver library (libgetdns, -lgetdns) #include getdns_return_t +.br +.B getdns_dict_get_bindata +(struct getdns_dict *this_dict, struct getdns_bindata **answer) +getdns_return_t + +getdns_return_t +.br +.B getdns_dict_get_data_type +(struct getdns_dict *this_dict, char *name, getdns_data_type *answer) +getdns_return_t + +getdns_return_t +.br +.B getdns_dict_get_dict +(struct getdns_dict *this_dict, char *name, struct getdns_dict **answer) + +getdns_return_t +.br +.B getdns_dict_get_int +(struct getdns_dict *this_dict, uint32_t *answer) +getdns_return_t + +.br +.B getdns_dict_get_list +(struct getdns_dict *this_dict, struct getdns_list **answer) +getdns_return_t + .br .B getdns_dict_get_names (struct getdns_dict *this_dict, struct getdns_list **answer) @@ -49,10 +76,7 @@ getdns_return_t .SH DESCRIPTION .LP -THIS IS A WORK IN PROGRESS - MUCH TO ADD - -.LP -The getdns_dict type is used to manage name/value pairs in which the data types of the values are heterogenous and include +The getdns_dict type is used to manage name/value pairs in which the names are strings and the data types of the values are heterogenous and include .RS 3 .br struct getdns_bindata @@ -87,6 +111,8 @@ TBD .SH SEE ALSO .BR libgetdns (3), +.BR getdns_address (3), +.BR getdns_address_sync (3), .BR getdns_general (3), .BR getdns_general_sync (3), .BR getdns_hostname (3), diff --git a/doc/getdns_general.3.in b/doc/getdns_general.3.in index b1d646fc..0c8d8f6d 100644 --- a/doc/getdns_general.3.in +++ b/doc/getdns_general.3.in @@ -176,6 +176,9 @@ Host address .B AAAA IPv6 address .TP +.B CAA +Certificate Authority Authorization +.TP .B CNAME Canonical name for an alias .TP @@ -204,22 +207,19 @@ Mail exchange Authoritative name server .TP .B NSEC -NSEC +Next secure record .TP .B NSEC3 -NSEC3 +Next secure record (hashed) .TP .B NSEC3PARAM NSEC3PARAM .TP -.B OPT -OPT -.TP .B PTR Domain name pointer .TP .B RRSIG -RRSIG +Signature for a record set .TP .B SIG Security signature