From: Kunal Gangakhedkar Date: Tue, 17 Aug 2021 06:25:45 +0000 (+0530) Subject: DOC: Minor typo fix - 'question mark' -> 'exclamation mark' X-Git-Tag: v2.5-dev4~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0bacde84302c3e9257b74d0d172acda509efd46;p=thirdparty%2Fhaproxy.git DOC: Minor typo fix - 'question mark' -> 'exclamation mark' Signed-off-by: Kunal Gangakhedkar --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 556e97731f..0ee901c04c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -813,8 +813,8 @@ expression made of any combination of: - a non-nul integer (e.g. '1'), always returns "true". - a predicate optionally followed by argument(s) in parenthesis. - a condition placed between a pair of parenthesis '(' and ')' - - a question mark ('!') preceding any of the non-empty elements above, and - which will negate its status. + - an exclamation mark ('!') preceding any of the non-empty elements above, + and which will negate its status. - expressions combined with a logical AND ('&&'), which will be evaluated from left to right until one returns false - expressions combined with a logical OR ('||'), which will be evaluated