]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2403] Reformat section header
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 8 Jun 2022 22:01:00 +0000 (22:01 +0000)
committerThomas Markwalder <tmark@isc.org>
Tue, 14 Jun 2022 18:09:03 +0000 (14:09 -0400)
doc/sphinx/arm/hooks-host-cmds.rst

index f4445db0d585c4b6d23993f1912a56fd4e63dcc1..c89c8a0a28fdea33dd2a3caa3f3ebc193e925df8 100644 (file)
@@ -1,11 +1,11 @@
 .. _hooks-host-cmds:
 
-``host_cmds``: Host Commands
-============================
+Host Commands: Manage Host Reservations Without Restarting Servers
+==================================================================
 
 Kea can store host reservations in a database; in many larger deployments,
 it is useful to be able to manage that information while the server is
-running. This library provides management commands for adding, querying,
+running. The ``host_cmds`` library provides management commands for adding, querying,
 and deleting host reservations in a safe way without restarting the
 server. In particular, it validates the parameters, so an attempt to
 insert incorrect data - such as adding a host with a conflicting identifier in the
@@ -13,7 +13,7 @@ same subnet - is rejected. Those commands are exposed via the command
 channel (JSON over UNIX sockets) and the Control Agent (JSON over a RESTful
 interface).
 
-Currently this library is only available to ISC customers with a paid support
+This library is only available to ISC customers with a paid support
 contract.
 
 .. note::