Update the dns_zone_setnotifydelay() function's documentation

Add a note that the delay is in seconds.

(cherry picked from commit d79b14ff5d)
This commit is contained in:
Aram Sargsyan 2025-04-17 14:38:44 +00:00 committed by Arаm Sаrgsyаn
parent 53c9817b29
commit 0dd96098f9

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