diff options
author | Andrei Pavel <andrei@isc.org> | 2021-06-08 16:49:23 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-06-17 15:09:05 +0200 |
commit | fac6fa357cbbb3fc82637c9b3158d3a758f2c5b0 (patch) | |
tree | 026e0720de2be43ebae3f99d1d89d02daa537cf4 /doc/sphinx | |
parent | [#1917] Changes up to and including Chapter 9 (diff) | |
download | kea-fac6fa357cbbb3fc82637c9b3158d3a758f2c5b0.tar.xz kea-fac6fa357cbbb3fc82637c9b3158d3a758f2c5b0.zip |
[#1917] spelling corrections
Diffstat (limited to '')
-rw-r--r-- | doc/sphinx/arm/hooks-ha.rst | 2 | ||||
-rw-r--r-- | doc/sphinx/arm/hooks-run-script.rst | 4 | ||||
-rw-r--r-- | doc/sphinx/man/perfdhcp.8.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index 3732f70f9d..04c839e54b 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -1507,7 +1507,7 @@ HA+MT operation: single-threaded HTTP client processing. - ``http-dedicated-listener`` - enables or disables the creation of a - dedicated, internal HTTP listener through which the server receive HA + dedicated, internal HTTP listener through which the server receives HA messages from its peers. The internal listener replaces the role of kea-ctrl-agent traffic, allowing peers to send their HA commands directly to each other. The listener will listen on the peer's ``url``. When diff --git a/doc/sphinx/arm/hooks-run-script.rst b/doc/sphinx/arm/hooks-run-script.rst index 70ad3d82c5..2d748cc927 100644 --- a/doc/sphinx/arm/hooks-run-script.rst +++ b/doc/sphinx/arm/hooks-run-script.rst @@ -293,7 +293,7 @@ leases4_committed DELETED_LEASES4_SIZE If LEASES4_SIZE or DELETED_LEASES4_SIZE are non zero, then each lease -will have it's own unique identifier as shown below. First index starts +will have its own unique identifier as shown below. First index starts at 0. :: @@ -516,7 +516,7 @@ leases6_committed DELETED_LEASES6_SIZE If LEASES6_SIZE or DELETED_LEASES6_SIZE are non zero, then each lease -will have it's own unique identifier as shown below. First index starts +will have its own unique identifier as shown below. First index starts at 0. :: diff --git a/doc/sphinx/man/perfdhcp.8.rst b/doc/sphinx/man/perfdhcp.8.rst index 3b55b6a4af..dc3d69dab0 100644 --- a/doc/sphinx/man/perfdhcp.8.rst +++ b/doc/sphinx/man/perfdhcp.8.rst @@ -118,7 +118,7 @@ randomized, and so on. Perfdhcp can now simulate traffic from multiple subnets by enabling option -J and passing path to file that contains v4 or v6 addresses that will be -used as relayin generated messages. That enable testing of vast numbers +used as relay in generated messages. That enable testing of vast numbers of Kea shared networks. While testing Kea v4 it should be started with KEA_TEST_SEND_RESPONSES_TO_SOURCE environment variable to force Kea to send generated messages to source address of incoming packet. |