summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-20 11:17:43 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-20 11:17:43 +0100
commit599391d88bba63c86d5cedf4c2393a180a18be8a (patch)
tree9db33db7d61f44bb81bd7cae4721a71fd358e9c3
parent9f316366482471667dca20aba34c1f3a36fd56c3 (diff)
man: document %%
-rw-r--r--TODO1
-rw-r--r--man/systemd.unit.xml.in5
2 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4b75c8517d..dd432b07af 100644
--- a/TODO
+++ b/TODO
@@ -163,7 +163,6 @@ Features:
- Document word splitting syntax for ExecStart= and friends
- document that units from /etc override those from /usr and /run
- document the exit codes when services fail before they are exec()ed
- - document that %% can be used to write % in a string that is specifier extended
- document that service reload may be implemented as service reexec
- document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
diff --git a/man/systemd.unit.xml.in b/man/systemd.unit.xml.in
index 43f5ffc1f2..e99703f7b3 100644
--- a/man/systemd.unit.xml.in
+++ b/man/systemd.unit.xml.in
@@ -1287,6 +1287,11 @@
<entry>Host name</entry>
<entry>The host name of the running system.</entry>
</row>
+ <row>
+ <entry><literal>%%</literal></entry>
+ <entry>Escaped %</entry>
+ <entry>Single percent sign.</entry>
+ </row>
</tbody>
</tgroup>
</table>