summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-19 19:37:38 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-19 19:37:38 +0200
commit075b1e86c5b1713ae52d77716f19179d26cbe237 (patch)
treed72cac477ca1ca1525db7025feadafcce3df2019 /man/systemd.service.xml
parent29003cffa7389256a9ac1e42c8a47f85a633573d (diff)
man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymore
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index c9cd51f73..4473c3d94 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -344,7 +344,7 @@
daemon, and may be used for command
lines like the following:
<command>/bin/kill -HUP
- $(MAINPID)</command>.</para></listitem>
+ $MAINPID</command>.</para></listitem>
</varlistentry>
<varlistentry>
@@ -368,7 +368,7 @@
requested. Specifier and environment
variable substitution is supported
(including
- <literal>$(MAINPID)</literal>, see
+ <literal>$MAINPID</literal>, see
above).</para></listitem>
</varlistentry>