diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-22 23:28:12 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-06-22 23:28:12 +0200 |
commit | d1562103fbdf3ab34cbef747390de85bb411d9f8 (patch) | |
tree | f0c0dab8c7b798dd2453ff3c8c514301d0ddc882 | |
parent | 1e9707d495ca52f23dff4d0eb16a1c2346a0f34e (diff) |
man: document that %f in units always unescapes (#3578)
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 341789cd47..85a7b12d76 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1234,7 +1234,7 @@ <row> <entry><literal>%f</literal></entry> <entry>Unescaped filename</entry> - <entry>This is either the unescaped instance name (if applicable) with <filename>/</filename> prepended (if applicable), or the prefix name prepended with <filename>/</filename>.</entry> + <entry>This is either the unescaped instance name (if applicable) with <filename>/</filename> prepended (if applicable), or the unescaped prefix name prepended with <filename>/</filename>.</entry> </row> <row> <entry><literal>%c</literal></entry> |