From: Wouter Wijngaards Date: Mon, 23 Nov 2009 11:01:10 +0000 (+0000) Subject: Patch applied from David Hubbard. X-Git-Tag: release-1.4.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44a28f43433d3870535b795bd889bbf54d8af516;p=thirdparty%2Funbound.git Patch applied from David Hubbard. git-svn-id: file:///svn/unbound/trunk@1918 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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