From: Gunnar Beutner Date: Fri, 29 Aug 2014 15:19:20 +0000 (+0200) Subject: Remove obsolete HTML comment X-Git-Tag: v2.1.1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ec6564248890b72a2da82a586ae100f80e83330;p=icinga2 Remove obsolete HTML comment refs #6704 --- diff --git a/doc/6-configuring-icinga-2.md b/doc/6-configuring-icinga-2.md index 6e5641862..e5e212dc6 100644 --- a/doc/6-configuring-icinga-2.md +++ b/doc/6-configuring-icinga-2.md @@ -208,7 +208,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