From: Gunnar Beutner Date: Sun, 30 Mar 2014 10:38:59 +0000 (+0200) Subject: Update documentation. X-Git-Tag: v0.0.9~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fcb93fd416f4d770a9169f43fcbae326079490d;p=icinga2 Update documentation. Refs #5870 --- diff --git a/doc/4.1-configuration-syntax.md b/doc/4.1-configuration-syntax.md index 6485496ae..228e16884 100644 --- a/doc/4.1-configuration-syntax.md +++ b/doc/4.1-configuration-syntax.md @@ -154,7 +154,7 @@ The following operators are supported in expressions: Operator | Examples (Result) | Description ---------|-----------------------------------------------|-------------------------------- -! | !"Hello" (false), !false (true) | Logical negation of the operand +! | !"Hello" (false), !false (true) | Logical negation of the operand ~ | ~true (false) | Bitwise negation of the operand + | 1 + 3 (4), "hello " + "world" ("hello world") | Adds two numbers; concatenates strings - | 3 - 1 (2) | Subtracts two numbers