mirror of https://github.com/Icinga/icinga2.git
Revert "Documentation: Update escape sequence"
This reverts commit f2e69c8779
.
refs #9363
This commit is contained in:
parent
8450cb5d6c
commit
d021d447b7
|
@ -85,7 +85,6 @@ Character | Escape sequence
|
||||||
--------------------------|------------------------------------
|
--------------------------|------------------------------------
|
||||||
" | \\"
|
" | \\"
|
||||||
\\ | \\\\
|
\\ | \\\\
|
||||||
$ | $$
|
|
||||||
<TAB> | \\t
|
<TAB> | \\t
|
||||||
<CARRIAGE-RETURN> | \\r
|
<CARRIAGE-RETURN> | \\r
|
||||||
<LINE-FEED> | \\n
|
<LINE-FEED> | \\n
|
||||||
|
|
Loading…
Reference in New Issue