]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4067] Fix inconsistent naming
authorSuzanne Goldlust <sgoldlust@isc.org>
Mon, 18 Aug 2025 16:50:29 +0000 (12:50 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 28 Aug 2025 12:00:47 +0000 (12:00 +0000)
doc/sphinx/arm/hooks.rst

index fd00a8022018cf26fe945f0e6a70b2f7e04dad82..f4e4dfe9ccb4ff426d34a80d147933223bc186a7 100644 (file)
@@ -647,9 +647,9 @@ loaded by the correct process per the table below.
    |                                                           |              | per-client class or per-subnet.                              |
    +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
    | :ref:`MySQL Configuration Backend <hooks-mysql>`          | Kea open     | This hook library is an implementation of the Kea Lease,     |
-   |                                                           | source       | Host and Configuration Backend for MySQL. It uses a          |
+   |                                                           | source       | Host, and Configuration Backend for MySQL. It uses a         |
    |                                                           |              | MySQL database as a repository for the Kea leases, host      |
-   |                                                           |              | reservations and configuration information. Kea servers use  |
+   |                                                           |              | reservations, and configuration information. Kea servers use |
    |                                                           |              | this library to fetch their configurations if Configuration  |
    |                                                           |              | Backend is used.                                             |
    +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
@@ -661,10 +661,10 @@ loaded by the correct process per the table below.
    |                                                           | source       | perform ping checks of candidate lease addresses before      |
    |                                                           |              | offering them to clients.                                    |
    +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
-   | :ref:`PostgreSQL Database Backend <hooks-pgsql>`          | Kea open     | This hook library is an implementation of the Kea Lease,     |
-   |                                                           | source       | Host and Configuration Backend for PostgreSQL. It uses a     |
+   | :ref:`PostgreSQL Configuration Backend <hooks-pgsql>`     | Kea open     | This hook library is an implementation of the Kea Lease,     |
+   |                                                           | source       | Host, and Configuration Backend for PostgreSQL. It uses a    |
    |                                                           |              | PostgreSQL database as a repository for the Kea leases, host |
-   |                                                           |              | reservations and configuration information. Kea servers use  |
+   |                                                           |              | reservations, and configuration information. Kea servers use |
    |                                                           |              | this library to fetch their configurations if Configuration  |
    |                                                           |              | Backend is used.                                             |
    +-----------------------------------------------------------+--------------+--------------------------------------------------------------+