]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3831] Unrelated nit fixes
authorThomas Markwalder <tmark@isc.org>
Fri, 16 May 2025 18:58:57 +0000 (14:58 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 19 May 2025 12:12:55 +0000 (12:12 +0000)
modified:   doc/sphinx/arm/hooks.rst
modified:   doc/sphinx/arm/logging.rst

doc/sphinx/arm/hooks.rst
doc/sphinx/arm/logging.rst

index 9f18b0b454ab5041a1e165b38f71a96c6c7b44be..9d6f0bdbde38d2343ddf3748ec1b76f517208ffe 100644 (file)
@@ -224,10 +224,10 @@ configuration would be:
 
 As of Kea 2.7.9, hook libraries may only be loaded from the default installation
 directory determined during compilation and shown in the config report as
-"Hooks directory".  This value may be overridden at startup by setting the 
+"Hooks directory".  This value may be overridden at startup by setting the
 environment variable ``KEA_HOOKS_PATH`` to the desired path.  If a path other
 than this value is used in a ``library`` element Kea will emit an error and refuse
-to load the library. For ease of use ``library`` elements may simply omit path 
+to load the library. For ease of use ``library`` elements may simply omit path
 components, specifying the file name only as shown below:
 
 .. code-block:: json
index 16a2777607ab6391cd61b9331555705ebf871312..c540a5d9f483dbe6573933f8e1c6275e387b68a7 100644 (file)
@@ -559,7 +559,7 @@ interpreted as a filename to which messages should be written.
 .. note::
 
     As of Kea 2.7.9, log files may only be written to the output directory
-    determined during compilation as: ``"[kea-install-dir]/var/log/kea/kea"``. This
+    determined during compilation as: ``"[kea-install-dir]/var/log/kea"``. This
     path may be overridden at startup by setting the environment variable
     ``KEA_LOG_FILE_DIR`` to the desired path.  If a path other than
     this value is used in ``output``, Kea will emit an error and refuse to start