]> 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 13:29:13 +0000 (13:29 +0000)
Add a note that the delay is in seconds.

(cherry picked from commit d79b14ff5dbda45507a185f4e557e8097b483620)

lib/dns/include/dns/zone.h

index 4b05613b07c1e3bf9327d3e0f751ac41e9d8090d..e7e3d909a8f07639cc635e55a4800b36e39cbb3f 100644 (file)
@@ -2236,7 +2236,7 @@ dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns);
 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.