From 0dd96098f9dd6c423109cf83fbeaa5974aebd2f7 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 17 Apr 2025 14:38:44 +0000 Subject: [PATCH] Update the dns_zone_setnotifydelay() function's documentation Add a note that the delay is in seconds. (cherry picked from commit d79b14ff5dbda45507a185f4e557e8097b483620) --- lib/dns/include/dns/zone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index 4b05613b07..e7e3d909a8 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -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.