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

index becc4e734242dde73fc9336587c3b1714d2a23d8..5716415d30d91c75ebb2c313ff4844559ba061c5 100644 (file)
@@ -1,10 +1,10 @@
 .. _hooks-lease-cmds:
 
-``lease_cmds``: Lease Commands
-==============================
+Lease Commands: Easier Lease Management
+=======================================
 
 Kea allows users to store lease information in several
-backends (memfile, MySQL and PostgreSQL), and this library provides an
+backends (memfile, MySQL and PostgreSQL), and the ``lease_cmds`` library provides an
 interface that can manipulate leases in a unified, safe way.
 In particular, it allows things that were previously impossible: lease
 manipulation in memfile while Kea is running, sanity check changes,
@@ -21,7 +21,7 @@ available to every Kea user.
 
 .. note::
 
-   This library may only be loaded by the ``kea-dhcp4`` or the
+   This library can only be loaded by the ``kea-dhcp4`` or the
    ``kea-dhcp6`` process.
 
 There are many situations where an administrative command may be useful;