1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

man: document that %f in units always unescapes (#3578)

This commit is contained in:
Lennart Poettering 2016-06-22 23:28:12 +02:00 committed by Martin Pitt
parent 1e9707d495
commit d1562103fb

View File

@ -1234,7 +1234,7 @@
<row> <row>
<entry><literal>%f</literal></entry> <entry><literal>%f</literal></entry>
<entry>Unescaped filename</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>
<row> <row>
<entry><literal>%c</literal></entry> <entry><literal>%c</literal></entry>