From: Suzanne Goldlust Date: Mon, 18 Aug 2025 16:50:29 +0000 (-0400) Subject: [#4067] Fix inconsistent naming X-Git-Tag: Kea-3.1.2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0041bd802f34d357c8b744d5fd3cf1598dc1fa43;p=thirdparty%2Fkea.git [#4067] Fix inconsistent naming --- diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index fd00a80220..f4e4dfe9cc 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -647,9 +647,9 @@ loaded by the correct process per the table below. | | | per-client class or per-subnet. | +-----------------------------------------------------------+--------------+--------------------------------------------------------------+ | :ref:`MySQL Configuration Backend ` | 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 ` | 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 ` | 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. | +-----------------------------------------------------------+--------------+--------------------------------------------------------------+