]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update the dns_zone_setnotifydelay() function's documentation
authorAram Sargsyan <aram@isc.org>
Thu, 17 Apr 2025 14:38:44 +0000 (14:38 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 15 May 2025 12:21:30 +0000 (12:21 +0000)
Add a note that the delay is in seconds.

lib/dns/include/dns/zone.h

index 8a0fd663f4bb74a1cf6054d1fdfb8da5bb95cb0d..9251101dab0fe5312565516fba09d2999fbf1851 100644 (file)
@@ -2187,7 +2187,7 @@ dns_zone_setcheckisservedby(dns_zone_t                 *zone,
 void
 dns_zone_setnotifydelay(dns_zone_t *zone, uint32_t delay);
 /*%<
- * Set the minimum delay between sets of notify messages.
+ * Set the minimum delay (in seconds) between sets of notify messages.
  *
  * Requires:
  *     'zone' to be valid.