Browse Source

[4484] Address review comments

Stephen Morris 8 years ago
parent
commit
449390ca53
2 changed files with 4 additions and 6 deletions
  1. 1 1
      doc/guide/admin.xml
  2. 3 5
      doc/guide/dhcp4-srv.xml

+ 1 - 1
doc/guide/admin.xml

@@ -102,7 +102,7 @@
             Dumps the contents of the lease database (for MySQL, PostgreSQL or
             Dumps the contents of the lease database (for MySQL, PostgreSQL or
             CQL backends) to a CSV (comma separated values) text file. The first
             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
             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.
             form of the lease data.
           </simpara>
           </simpara>
         </listitem>
         </listitem>

+ 3 - 5
doc/guide/dhcp4-srv.xml

@@ -595,7 +595,7 @@ for MySQL and PostgreSQL databases.</para></note>
     ...
     ...
 }
 }
   </screen>
   </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.
 temporarily override a list of interface names and listen on all interfaces.
   </para>
   </para>
   <para>Some deployments of DHCP servers require that the servers listen
   <para>Some deployments of DHCP servers require that the servers listen
@@ -1753,10 +1753,8 @@ It is merely echoed by the server
 
 
           <para>
           <para>
             If there are multiple classes defined and an incoming packet is matched
             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>
           </para>
         </section>
         </section>