From 6f21cf201b072aea1fb6859f73c8c03004009ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Wed, 27 Nov 2024 13:19:23 +0100 Subject: [PATCH] update docs: only one loopmgr is expected Resolves: https://gitlab.isc.org/isc-projects/bind9/-/issues/5057 --- doc/dev/loopmgr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/loopmgr.md b/doc/dev/loopmgr.md index 8f6599b544..d40d8ab24e 100644 --- a/doc/dev/loopmgr.md +++ b/doc/dev/loopmgr.md @@ -17,7 +17,7 @@ This document aims to describe the design of the basic event loop handling in the BIND 9. Every application is expected to create and use a single ``isc_loopmgr_t`` -instance, but the ``isc_loopmgr`` API itself doesn't enforce this requirement. +instance. ## Event Loops