]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3881] Typo fixes (hopefully final)
authorBen Scott <bscott@isc.org>
Wed, 18 Jun 2025 18:56:21 +0000 (14:56 -0400)
committerMarcin Siodelski <marcin@isc.org>
Fri, 20 Jun 2025 10:22:10 +0000 (12:22 +0200)
doc/sphinx/arm/config-backend.rst

index 23269d5ae92638ddfc9bbe22cc230524b7bbb65e..47dae557ceea66147d6799d8ca495671cbf17770 100644 (file)
@@ -125,7 +125,7 @@ Likewise, API commands which modify Kea's configuration (other than the
 CB API) are contraindicated.  This includes the
 :ischooklib:`libdhcp_subnet_cmds.so` and :ischooklib:`libdhcp_host_cmds.so`
 hooks.  These APIs modify Kea's in-memory configuration, and can only be made
-persist by using ``config-write`` to write a new JSON config file.
+persistent by using ``config-write`` to write a new JSON config file.
 
 The Stork management suite does not currently support the CB.  Stork makes all
 configuration changes through API avenues which expect to write a new JSON
@@ -199,7 +199,8 @@ list.
 
 Installation and maintenance of external database software is beyond the scope of this manual.
 
-The database schema is typically installed via the  tool.  See :ref:`cb-install` for more information.  The raw schema creation scripts are
+The database schema is typically installed via the :iscman:`kea-admin` tool.
+See :ref:`cb-install` for more information. The raw schema creation scripts are
 `dhcpdb_create.mysql <https://gitlab.isc.org/isc-projects/kea/blob/master/src/share/database/scripts/mysql/dhcpdb_create.mysql>`__
 and
 `dhcpdb_create.pgsql <https://gitlab.isc.org/isc-projects/kea/blob/master/src/share/database/scripts/pgsql/dhcpdb_create.pgsql>`__.