From: Lennart Poettering Date: Tue, 19 Oct 2010 17:37:38 +0000 (+0200) Subject: man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymore X-Git-Tag: v12~209 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=075b1e86c5b1713ae52d77716f19179d26cbe237 man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymore --- 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: /bin/kill -HUP - $(MAINPID). + $MAINPID. @@ -368,7 +368,7 @@ requested. Specifier and environment variable substitution is supported (including - $(MAINPID), see + $MAINPID, see above).