From db854ef77b0e2f2933f57ce8affbd0a38723f9d9 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 18 Jun 1999 06:54:41 +0000 Subject: [PATCH] dns_db_findrdataset() documentation cut-and-paste-o --- lib/dns/include/dns/db.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/dns/include/dns/db.h b/lib/dns/include/dns/db.h index a7c16f3ee1..56aae8d374 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.h @@ -731,9 +731,7 @@ dns_db_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, * * The 'now' field is ignored if 'db' is a zone database. If 'db' is a * cache database, an rdataset will not be found unless it expires after - * 'now'. Any ANY query will not match unless at least one rdataset at - * the node expires after 'now'. If 'now' is zero, then the current time - * will be used. + * 'now'. If 'now' is zero, then the current time will be used. * * Requires: *