From: Francis Dupont Date: Tue, 15 Dec 2015 23:17:42 +0000 (+0100) Subject: [4102] Fixed the substring description X-Git-Tag: trac4263_base~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dc8dc605bd28875ec4d4160cd9a47c52be63f94;p=thirdparty%2Fkea.git [4102] Fixed the substring description --- diff --git a/src/lib/eval/eval.dox b/src/lib/eval/eval.dox index 7232ed3e9b..0cd9a9fb5e 100644 --- a/src/lib/eval/eval.dox +++ b/src/lib/eval/eval.dox @@ -146,7 +146,7 @@ instantiated with the appropriate value and put onto the expression vector. - isc::dhcp::TokenOption - represents an option in a packet, e.g. option[123].text; - isc::dhcp::TokenEqual - represents equal (==) operator; - - isc::dhcp::TokenSubstring - represents substring(text, begin, end) operator; + - isc::dhcp::TokenSubstring - represents substring(text, start, length) operator; More operators are expected to be implemented in upcoming releases.