From d79b14ff5dbda45507a185f4e557e8097b483620 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. --- 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 8a0fd663f4..9251101dab 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -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.