From: Thomas Markwalder Date: Wed, 1 Jun 2016 13:08:44 +0000 (-0400) Subject: [4480] Fixed a few typos X-Git-Tag: trac4106_update_base~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4014fb39a66be48414eb2414e7e3bd9fd56426bf;p=thirdparty%2Fkea.git [4480] Fixed a few typos Minor corrections to doc/guide/classify.xml --- diff --git a/doc/guide/classify.xml b/doc/guide/classify.xml index 48ac7e478a..ec640f8d2d 100644 --- a/doc/guide/classify.xml +++ b/doc/guide/classify.xml @@ -643,7 +643,7 @@ In order to understand the logging statements one must understand a bit about how expressions are evaluated, for a more complete description refer to the design document at . - In brief there are two structures used during the evaluation of an expression + In brief there are two structures used during the evaluation of an expression: a list of tokens which represent the expressions and a value stack which represents the values being manipulated. @@ -651,7 +651,7 @@ The list of tokens is created when the configuration file is processed with most expressions and values being converted to a token. The list is organized - in reverse polish notation. During execution the list will be traversed + in reverse Polish notation. During execution the list will be traversed in order. As each token is executed it will be able to pop values from the top of the stack and eventually push its result on the top of the stack. Imagine the following expression: