mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-30 14:25:47 -04:00
Update the dns_zone_setnotifydelay() function's documentation
Add a note that the delay is in seconds.
This commit is contained in:
parent
62f66c0be0
commit
d79b14ff5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue