summaryrefslogtreecommitdiff
path: root/man/systemd.kill.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-06-29 12:09:14 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-02 23:06:22 -0400
commit05cc726731c5cec952722f1c14acb08e3d4d5e98 (patch)
treeff2fa1545aa2b02e2102f1f4e769e8063d5a50dd /man/systemd.kill.xml
parente9dd9f9547350c7dc0473583b5c2228dc8f0ab76 (diff)
man: add more formatting markup
Diffstat (limited to 'man/systemd.kill.xml')
-rw-r--r--man/systemd.kill.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml
index b41ce460b..2a810e257 100644
--- a/man/systemd.kill.xml
+++ b/man/systemd.kill.xml
@@ -115,14 +115,14 @@
<option>control-group</option>.</para>
<para>Processes will first be
- terminated via SIGTERM (unless the
+ terminated via <constant>SIGTERM</constant> (unless the
signal to send is changed via
<varname>KillSignal=</varname>). If
then after a delay (configured via the
<varname>TimeoutSec=</varname> option)
processes still remain, the
termination request is repeated with
- the SIGKILL signal (unless this is
+ the <constant>SIGKILL</constant> signal (unless this is
disabled via the
<varname>SendSIGKILL=</varname>
option). See
@@ -135,14 +135,14 @@
<term><varname>KillSignal=</varname></term>
<listitem><para>Specifies which signal
to use when killing a
- service. Defaults to SIGTERM.
+ service. Defaults to <constant>SIGTERM</constant>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>SendSIGKILL=</varname></term>
<listitem><para>Specifies whether to
- send SIGKILL to remaining processes
+ send <constant>SIGKILL</constant> to remaining processes
after a timeout, if the normal
shutdown procedure left processes of
the service around. Takes a boolean