]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3655] Improve wording for ha-maintenance-notify
authorMarcin Siodelski <marcin@isc.org>
Wed, 4 Dec 2024 09:26:21 +0000 (10:26 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 4 Dec 2024 09:26:21 +0000 (10:26 +0100)
doc/sphinx/arm/hooks-ha.rst
src/share/api/ha-maintenance-notify.json

index 73969a8fb87ce1e824ec6c0ed4fa27a3d9eb63ea..959c44596b7b45828c7fa6d8dc2c191a105bca5e 100644 (file)
@@ -2285,7 +2285,7 @@ previous state. See the :ref:`ha-maintenance` section for details.
        }
    }
 
-The ``state`` argument informs the recipient about the state of this server. The
+The ``state`` argument informs the recipient about the state of the sending server. The
 recipient can instantly resume the operation of the state machine without sending
 a heartbeat to check the partner's state.
 
index 0d5067a0ab77b9b66bd5746d3fbc6cf19094fdd6..0bbe92c3c6ec989991ba70d2413e1825a147bafb 100644 (file)
@@ -12,7 +12,7 @@
         "that the server should transition to the in-maintenance state.",
         "If the cancel argument is set to true it instructs the server to revert from",
         "the in-maintenance state to its previous state. The state argument informs",
-        "the recipient about the state of this server.",
+        "the recipient about the state of the sending server.",
         "This command is not meant to be used by the administrator. It is",
         "merely used for internal communication between the HA partners."
     ],