diff --git a/doc/Changelog b/doc/Changelog index 9b39e0124..506f2c985 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +23 November 2009: Wouter + - Patch from David Hubbard for libunbound manual page. + 20 November 2009: Wouter - contrib/split-itar.sh contributed by Tom Hendrikx. diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index 8fa67afb0..1adfb7317 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -100,9 +100,7 @@ \fIint\fR \fBub_resolve\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR name, .br - \fIint\fR rrtype, \fIint\fR rrclass, \fIint*\fR secure, -.br - \fIint*\fR data, \fIstruct ub_result**\fR result); + \fIint\fR rrtype, \fIint\fR rrclass, \fIstruct ub_result**\fR result); .LP \fIint\fR \fBub_resolve_async\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR name, @@ -283,8 +281,6 @@ Will perform necessary callbacks. Perform resolution and validation of the target name. The name is a domain name in a zero terminated text string. The rrtype and rrclass are DNS type and class codes. -The value secure returns true if the answer validated securely. -The value data returns true if there was data. The result structure is newly allocated with the resulting data. .TP .B ub_resolve_async