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

clarified some comments

This commit is contained in:
Andreas Gustafsson
1999-06-17 05:53:53 +00:00
parent d261590940
commit df4ee26988

View File

@@ -816,7 +816,7 @@ dns_db_addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
* now + rdataset->ttl. * now + rdataset->ttl.
* *
* If 'addedrdataset' is not NULL, then it will be attached to the * If 'addedrdataset' is not NULL, then it will be attached to the
* rdataset added to the database. * resulting new rdataset in the database.
* *
* Requires: * Requires:
* *
@@ -856,8 +856,8 @@ dns_db_subtractrdataset(dns_db_t *db, dns_dbnode_t *node,
* Notes: * Notes:
* *
* If 'newrdataset' is not NULL, then it will be attached to the * If 'newrdataset' is not NULL, then it will be attached to the
* rdataset added to the database, unless the rdataset has become * resulting new rdataset in the database, unless the rdataset has
* nonexistent. * become nonexistent.
* *
* Requires: * Requires:
* *