2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

dns_db_findrdataset() documentation cut-and-paste-o

This commit is contained in:
Andreas Gustafsson
1999-06-18 06:54:41 +00:00
parent a8dcebd041
commit db854ef77b

View File

@@ -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 * 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 * 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 * 'now'. If 'now' is zero, then the current time will be used.
* the node expires after 'now'. If 'now' is zero, then the current time
* will be used.
* *
* Requires: * Requires:
* *