From 075b1e86c5b1713ae52d77716f19179d26cbe237 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 19 Oct 2010 19:37:38 +0200 Subject: [PATCH 1/1] man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymore --- man/systemd.service.xml | 4 ++-- 1 file 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: /bin/kill -HUP - $(MAINPID). + $MAINPID. @@ -368,7 +368,7 @@ requested. Specifier and environment variable substitution is supported (including - $(MAINPID), see + $MAINPID, see above). -- 2.30.2