From: Stephen Morris Date: Tue, 20 Sep 2016 14:42:51 +0000 (+0100) Subject: [4484] Address review comments X-Git-Tag: trac5049_base~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449390ca533bcaa63a63f935232be33a5f6d3045;p=thirdparty%2Fkea.git [4484] Address review comments --- diff --git a/doc/guide/admin.xml b/doc/guide/admin.xml index cae0250f0a..a8d8324851 100644 --- a/doc/guide/admin.xml +++ b/doc/guide/admin.xml @@ -102,7 +102,7 @@ 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. diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 8e45a47a65..2083709cf9 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -595,7 +595,7 @@ for MySQL and PostgreSQL databases. ... } -... 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. Some deployments of DHCP servers require that the servers listen @@ -1753,10 +1753,8 @@ It is merely echoed by the server 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.