From 4f45b99f4004767486d6773fd9609bd3960d494f Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 8 Jun 2022 22:03:15 +0000 Subject: [PATCH] [#2403] Reformat section header --- doc/sphinx/arm/hooks-lease-cmds.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/arm/hooks-lease-cmds.rst b/doc/sphinx/arm/hooks-lease-cmds.rst index becc4e7342..5716415d30 100644 --- a/doc/sphinx/arm/hooks-lease-cmds.rst +++ b/doc/sphinx/arm/hooks-lease-cmds.rst @@ -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;