From: Lucas Werkmeister Date: Sun, 30 Oct 2016 00:42:22 +0000 (+0200) Subject: man: improve systemd-escape --path description X-Git-Tag: v234~888^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7a7f78bb03d12ff0b1201739c712062ef437ea8;p=platform%2Fupstream%2Fsystemd.git man: improve systemd-escape --path description The option does more than the documentation gave it credit for. --- diff --git a/man/systemd-escape.xml b/man/systemd-escape.xml index dbb3869..acf8e0a 100644 --- a/man/systemd-escape.xml +++ b/man/systemd-escape.xml @@ -108,9 +108,10 @@ When escaping or unescaping a string, assume - it refers to a file system path. This enables special - processing of the initial / of the - path. + it refers to a file system path. This eliminates leading, + trailing or duplicate / characters + and rejects . and .. + path components.