]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4102] Fixed the substring description
authorFrancis Dupont <fdupont@isc.org>
Tue, 15 Dec 2015 23:17:42 +0000 (00:17 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 15 Dec 2015 23:17:42 +0000 (00:17 +0100)
src/lib/eval/eval.dox

index 7232ed3e9b3668bae3d4702536fb68240fb28483..0cd9a9fb5eaa7e9718a42cc78023fa3bf1bc3ce5 100644 (file)
@@ -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.