From: Marcin Siodelski Date: Mon, 25 Sep 2017 15:30:16 +0000 (+0200) Subject: [5073a] Fixed some typos as a result of a review. X-Git-Tag: trac5363_base~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea49f840811089f588b15401655fd56149806c0;p=thirdparty%2Fkea.git [5073a] Fixed some typos as a result of a review. --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 6b1ec5928c..1d3b06e729 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -1639,7 +1639,7 @@ It is merely echoed by the server - Another possibility adde din Kea 1.3 is to redefine the option, + Another possibility, added in Kea 1.3, is to redefine the option, see . diff --git a/src/lib/dhcp/pkt4.h b/src/lib/dhcp/pkt4.h index cd31fadb80..be4aacdccd 100644 --- a/src/lib/dhcp/pkt4.h +++ b/src/lib/dhcp/pkt4.h @@ -367,10 +367,12 @@ public: /// @brief Returns a reference to option codes which unpacking /// will be deferred. /// - /// @notes Only options 42 and 224-254 are subject of deferred - /// unpacking: when the packet unpacking is performed each time - /// such an option is found it is unpacked as an unknown option + /// Only options 43 and 224-254 are subject of deferred + /// unpacking: when the packet unpacking is performed, each time + /// such an option is found, it is unpacked as an unknown option /// and the code added in this list. + /// + /// @return List of codes of options which unpacking is deferred. std::list& getDeferredOptions() { return (deferred_options_); }