mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-10 17:21:03 -04:00
Update documentation.
This commit is contained in:
parent
8973157812
commit
7f1b6908fe
1 changed files with 5 additions and 0 deletions
|
|
@ -84,6 +84,11 @@ Example.
|
|||
a multi-line
|
||||
string.}}}
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Unlike in ordinary strings special characters to not have to be escaped
|
||||
> in multi-line string literals.
|
||||
|
||||
#### Boolean Literals
|
||||
|
||||
The keywords *true* and *false* are equivalent to 1 and 0 respectively.
|
||||
|
|
|
|||
Loading…
Reference in a new issue