From: Francis Dupont Date: Thu, 9 Jul 2020 10:28:45 +0000 (+0200) Subject: [#771] Addressed comments X-Git-Tag: Kea-1.7.10~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2457a9e6c8e73e3678c9f08f96fad0c29022a9;p=thirdparty%2Fkea.git [#771] Addressed comments --- diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index 36b3d89bb5..c319c4e890 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -37,8 +37,8 @@ When a Kea process unloads a library, it expects the ``dlclose`` function removes all library symbols and removes the library code from address space on the last reference. This behavior is not required by the POSIX standard and at least the musl library used by default by Alpine Linux implements -the ``dlclose`` function has a no operation. On such systems a library -is loaded for ever in a process, for instance it is not possible to +the ``dlclose`` function as a no operation. On such systems a library +is loaded forever in a process, for instance it is not possible to replace a library binary by another version using configuration change or reload: the process must be stopped and relaunched.