[systemd-commits] man/systemd.unit.xml.in TODO

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Feb 20 02:27:19 PST 2013


 TODO                    |    1 -
 man/systemd.unit.xml.in |    5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 599391d88bba63c86d5cedf4c2393a180a18be8a
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Feb 20 11:17:43 2013 +0100

    man: document %%

diff --git a/TODO b/TODO
index 4b75c85..dd432b0 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 43f5ffc..e99703f 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>



More information about the systemd-commits mailing list