diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-19 19:37:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-19 19:37:38 +0200 |
commit | 075b1e86c5b1713ae52d77716f19179d26cbe237 (patch) | |
tree | d72cac477ca1ca1525db7025feadafcce3df2019 /man/systemd.service.xml | |
parent | 29003cffa7389256a9ac1e42c8a47f85a633573d (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c9cd51f739..4473c3d945 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> |