mirror of https://github.com/Icinga/icinga2.git
Documentation: Update escape sequence
fixes #9363 Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
parent
9bbfdbd0fb
commit
f2e69c8779
|
@ -85,6 +85,7 @@ Character | Escape sequence
|
|||
--------------------------|------------------------------------
|
||||
" | \\"
|
||||
\\ | \\\\
|
||||
$ | $$
|
||||
<TAB> | \\t
|
||||
<CARRIAGE-RETURN> | \\r
|
||||
<LINE-FEED> | \\n
|
||||
|
|
Loading…
Reference in New Issue