]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4484] Address review comments
authorStephen Morris <stephen@isc.org>
Tue, 20 Sep 2016 14:42:51 +0000 (15:42 +0100)
committerStephen Morris <stephen@isc.org>
Tue, 20 Sep 2016 14:42:51 +0000 (15:42 +0100)
doc/guide/admin.xml
doc/guide/dhcp4-srv.xml

index cae0250f0a672c03cc53f5376c012df0795806bb..a8d8324851b429caf056e276188fc5f447622ee4 100644 (file)
             Dumps the contents of the lease database (for MySQL, PostgreSQL or
             CQL backends) to a CSV (comma separated values) text file. The first
             line of the file contains the column names.  This is meant to be
-            used as a diagnostic tool, so provides a portable, human-readable
+            used as a diagnostic tool, so it provides a portable, human-readable
             form of the lease data.
           </simpara>
         </listitem>
index 8e45a47a658ebdd461e73b2d406b50a7ddabff59..2083709cf9f32d72202b321666ddfd60f88f30c7 100644 (file)
@@ -595,7 +595,7 @@ for MySQL and PostgreSQL databases.</para></note>
     ...
 }
   </screen>
-... although is anticipated that this form of usage will only be used when it is desired to
+It is anticipated that this form of usage will only be used when it is desired to
 temporarily override a list of interface names and listen on all interfaces.
   </para>
   <para>Some deployments of DHCP servers require that the servers listen
@@ -1753,10 +1753,8 @@ It is merely echoed by the server
 
           <para>
             If there are multiple classes defined and an incoming packet is matched
-            to multiple classes, the classes are processed in the order in
-            which they are defined. In this case the last matching class
-            "overwrites" any values that may have been set by earlier matched
-            classes.
+            to multiple classes, the class whose name is alphabetically the first
+            is used.
           </para>
         </section>