diff options
-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> |