From: Thomas Markwalder Date: Thu, 7 Apr 2016 11:05:13 +0000 (-0400) Subject: [4259] Address review comments, part II X-Git-Tag: trac4106_update_base~48^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3f04e8dfedb15651b56daff4770dad91bb9bf7;p=thirdparty%2Fkea.git [4259] Address review comments, part II Fixed minor typos. --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 2c36df1925..32f64f4686 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -2122,7 +2122,7 @@ It is merely echoed by the server Note that formerly, this parameter was a boolean and permitted only values of true and false. Boolean values will still be accepted but may eventually be deprecated. A value of - true equates to when_present, + true equates to when-present, false equates to never. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 67a177f727..fe6a873dd4 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -2090,7 +2090,7 @@ should include options from the isc option space: Note that formerly, this parameter was a boolean and permitted only values of true and false. Boolean values will still be accepted but may eventually be deprecated. A value of - true equates to when_present, + true equates to when-present, false equates to never. diff --git a/src/bin/dhcp4/tests/fqdn_unittest.cc b/src/bin/dhcp4/tests/fqdn_unittest.cc index 096318e523..3d02b65418 100644 --- a/src/bin/dhcp4/tests/fqdn_unittest.cc +++ b/src/bin/dhcp4/tests/fqdn_unittest.cc @@ -462,7 +462,7 @@ public: } - /// @brief Invokes Dhcpsrv4::processHostname on the given packet + /// @brief Invokes Dhcpv4Srv::processHostname on the given packet /// /// Processes the Hostname option in the client's message and returns /// the hostname option which would be sent to the client. It will