]> granicus.if.org Git - icinga2/commitdiff
Fix formatting issue in the documentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 20 Mar 2014 05:35:18 +0000 (06:35 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 20 Mar 2014 05:35:49 +0000 (06:35 +0100)
Refs #5789

doc/4.1-configuration-syntax.md

index 56823b111aa3e38e71db7fa1806341d1d5fdb0dc..9f361e0a23e9f770f17f5cd2870dfae5699f5732 100644 (file)
@@ -157,7 +157,7 @@ Operator | Examples (Result)                             | Description
 *        | 5m * 10 (3000)                                | Multiplies two numbers
 /        | 5m / 5 (60)                                   | Divides two numbers
 &        | 7 & 3 (3)                                     | Binary AND
-\|       | 2 \| 3 (3)                                    | Binary OR
+&#124;   | 2 &#124; 3 (3)                                | Binary OR
 <        | 3 < 5 (true)                                  | Less than
 >        | 3 > 5 (false)                                 | Greater than
 <=       | 3 <= 3 (true)                                 | Less than or equal