From: Markus Koschany <apo@debian.org>
Date: Sat, 24 Sep 2022 20:50:15 +0200
Subject: manpage

---
 doc/manpages/spring.6.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/manpages/spring.6.txt b/doc/manpages/spring.6.txt
index f1e39e0..30f93d0 100644
--- a/doc/manpages/spring.6.txt
+++ b/doc/manpages/spring.6.txt
@@ -228,9 +228,9 @@ The hierarchy the engine loads DATA DIRs in can be grouped in 3 sections:
 [options="header"]
 |=======
 ^| priority ^| section          ^| normal                           ^| portable                         ^| isolation
->| high      | custom user write | {sys: echo -e "{USER_WRITEDIRS}"} | {sys: echo -e "{USER_WRITEDIRS}"} | {sys: echo -e "{USER_WRITEDIRS}"}
- |           | automatic scanned | {sys: echo -e "{NORMAL_DIRS}"}    | {sys: echo -e "{PORTABLE_DIRS}"}  | ISOLATION_DIR
->| low       | custom user read  | {sys: echo -e "{USER_READDIRS}"}  | {sys: echo -e "{USER_READDIRS}"}  | {sys: echo -e "{USER_READDIRS}"}
+>| high      | custom user write | {sys: echo "{USER_WRITEDIRS}"} | {sys: echo "{USER_WRITEDIRS}"} | {sys: echo "{USER_WRITEDIRS}"}
+ |           | automatic scanned | {sys: echo "{NORMAL_DIRS}"}    | {sys: echo "{PORTABLE_DIRS}"}  | ISOLATION_DIR
+>| low       | custom user read  | {sys: echo "{USER_READDIRS}"}  | {sys: echo "{USER_READDIRS}"}  | {sys: echo "{USER_READDIRS}"}
 |=======
 
 *CONFIG_HOME*::
@@ -269,7 +269,7 @@ It scans following directories for config files :
 | priority | scanned directories
 >| exclusive | file defined via *--config* (when defined only this is loaded)
 >|      high | write DATA DIR
- |           | {sys: echo -e "(skipped in Isolated mode) \n\n *nix/MacOSX: ~/.springrc \n\n Windows: C:\Users\USER\AppData\Local\springsettings.cfg"}
+ |           | {sys: echo "(skipped in Isolated mode) \n\n *nix/MacOSX: ~/.springrc \n\n Windows: C:\Users\USER\AppData\Local\springsettings.cfg"}
 >|       low | all read DATA DIRs
 |=======
 (The one with highest priority will be used for writing.)
