]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#771] Addressed comments
authorFrancis Dupont <fdupont@isc.org>
Thu, 9 Jul 2020 10:28:45 +0000 (12:28 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 9 Jul 2020 10:28:45 +0000 (12:28 +0200)
doc/sphinx/arm/hooks.rst

index 36b3d89bb5e6b9277ba28e4ed266d4dca5183afa..c319c4e89052a4e906f5fc64d1076c685285a327 100644 (file)
@@ -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.