Update the dns_zone_setnotifydelay() function's documentation

Add a note that the delay is in seconds.
This commit is contained in:
Aram Sargsyan 2025-04-17 14:38:44 +00:00 committed by Arаm Sаrgsyаn
parent 62f66c0be0
commit d79b14ff5d

View 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.