]> granicus.if.org Git - icinga2/commitdiff
Remove obsolete HTML comment
authorGunnar Beutner <gunnar@beutner.name>
Fri, 29 Aug 2014 15:19:20 +0000 (17:19 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Fri, 29 Aug 2014 15:19:20 +0000 (17:19 +0200)
refs #6704

doc/6-configuring-icinga-2.md

index 6e564186273acc1b4ae6a960e7bf0894453eea80..e5e212dc6cf0929d728ba0895c8f35c45fea41b7 100644 (file)
@@ -208,7 +208,7 @@ The following operators are supported in expressions:
 
 Operator | Examples (Result)                             | Description
 ---------|-----------------------------------------------|--------------------------------
-!        | !"Hello" (false), !false (true)               | Log<!-- ignore BLACKLIST -->ical 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