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

index b36ecd69d35b277d6adecd7ac150779b47ec5ccc..f56161277a3282d7795deda09377ffb93ff3eaf7 100644 (file)
@@ -1,9 +1,9 @@
 .. _hooks-flex-option:
 
-``flex_option``: Flexible Option for Option Value Settings
+Flexible Option: Defined Actions for Option Value Settings
 ==========================================================
 
-This library allows administrators to define an action to take, for a given
+The ``flex_option`` library allows administrators to define an action to take, for a given
 option, based upon on the result of an expression. These actions are carried
 out during the final stages of constructing a query response packet, just
 before it is sent to the client. The three actions currently supported are
@@ -23,7 +23,7 @@ used instead.
 
 The ``add`` action adds an option only when the option does not already
 exist and the expression does not evaluate to the empty string.
-The ``supersede`` action does the same but it overwrites the option value
+The ``supersede`` action is similar, but it overwrites the option value
 if it already exists. The ``remove`` action removes the option from
 the response packet if it already exists and the expression evaluates to
 true.