Hi unbound users,
Here is a patch that fixes an error in the libunbound(3) man page.
The man page currently shows:
int ub_resolve(struct ub_ctx* ctx, char* name,
int rrtype, int rrclass, int* secure,
int* data, struct ub_result** result);
The header file (unbound.h) has:
int ub_resolve(struct ub_ctx* ctx, char* name, int rrtype,
int rrclass, struct ub_result** result);
The secure and data parameters are in struct ub_result, so this patch
removes them in the man page description of ub_resolve().
Thanks,
David
(attachments)
libunbound-man-fix-ub_resolve.patch.txt (1.01 KB)