From: Pavel Březina Date: Wed, 27 Nov 2024 12:19:23 +0000 (+0100) Subject: update docs: only one loopmgr is expected X-Git-Tag: v9.21.4~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f21cf201b072aea1fb6859f73c8c03004009ccd;p=thirdparty%2Fbind9.git update docs: only one loopmgr is expected Resolves: https://gitlab.isc.org/isc-projects/bind9/-/issues/5057 --- diff --git a/doc/dev/loopmgr.md b/doc/dev/loopmgr.md index 8f6599b544d..d40d8ab24e1 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