]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5315] Minor wording edits in doc/guide/hooks.xml
authorThomas Markwalder <tmark@isc.org>
Thu, 10 Aug 2017 18:37:19 +0000 (14:37 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 15 Aug 2017 12:10:59 +0000 (14:10 +0200)
doc/guide/hooks.xml

index df3341695372becae5ef98df3665f295eddd1e3b..70adbf7f10f050ea5818f45e4e37faf0f3652497 100644 (file)
               <entry>Subnet Commands</entry>
               <entry>Support customers</entry>
               <entry>Kea 1.3.0</entry>
-              <entry>In deployments in which subnets' configuration needs to
-              be frequently updated, it is a hard requirement that such updates are
-              performed without a need for a full DHCP server reconfiguration
+              <entry>In deployments in which subnet configuration needs to
+              be frequently updated, it is a hard requirement that such updates be
+              performed without the need for a full DHCP server reconfiguration
               or restart. This hooks library allows for incremental changes
-              to the subnets' configuration such as: adding a subnet, removing
+              to the subnet configuration such as: adding a subnet, removing
               a subnet. It also allows for listing all available subnets and
               fetching detailed information about a selected subnet. The
               commands exposed by this library do not affect other subnets
@@ -1620,7 +1620,6 @@ as follows:
             the error description.
           </para>
         </section>
-      </section>
 
       <section>
         <title>subnet4-get command</title>
@@ -1719,7 +1718,7 @@ If the subnet exists the response will be similar to this:
         ]
     }
 }
-</screen> 
+</screen>
         </para>
       </section>
 
@@ -1914,6 +1913,7 @@ If the subnet exists the response will be similar to this:
       </section>
 
     </section>
+</section> <!-- end of subnet commands -->
 
     <section id="user-context">
       <title>User contexts</title>