]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1373] Addressed comment
authorRazvan Becheriu <razvan@isc.org>
Mon, 28 Sep 2020 11:29:40 +0000 (14:29 +0300)
committerTomek Mrugalski <tomek@isc.org>
Mon, 28 Sep 2020 12:03:39 +0000 (12:03 +0000)
doc/sphinx/arm/hooks.rst

index 6d82c963972fdf902a61674fba0b90e9d0a274d1..cbf18bc91c3dfc19c75feaedeaafaa4b8b7f0295 100644 (file)
@@ -1277,10 +1277,10 @@ name followed by .boot for content.
 
 The flexible option library supports both DHCPv4 and DHCPv6.
 
-Since kea 1.9.0 add and supersede actions take an optional cvs-format boolean
-parameter. If not specified or specified to false the option data is set
-using the raw value of the evaluated expression. When it is specified
-to true this value is parsed using the option definition in option data
+Since Kea 1.9.0, the add and supersede actions take an optional cvs-format
+boolean parameter. If not specified or configured to false, the option data is
+set using the raw value of the evaluated expression. When it is configured
+to true, this value is parsed using the option definition from the option data
 specified in the configuration file. This eases option setting for options
 using complex record formats or fully qualified domain names.