diff options
author | 2014-02-17 03:37:13 +0100 | |
---|---|---|
committer | 2014-02-17 19:03:07 -0500 | |
commit | 73e231abde39f22097df50542c745e01de879836 (patch) | |
tree | c5ffe3b64f99ecf8849f2f551494d87a0d8198e3 /man/systemd.kill.xml | |
parent | doc: detail what "UID" is (diff) | |
download | systemd-73e231abde39f22097df50542c745e01de879836.tar.gz systemd-73e231abde39f22097df50542c745e01de879836.tar.bz2 systemd-73e231abde39f22097df50542c745e01de879836.zip |
doc: update punctuation
Resolve spotted issues related to missing or extraneous commas, dashes.
Diffstat (limited to 'man/systemd.kill.xml')
-rw-r--r-- | man/systemd.kill.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index a4009aa38..39796470a 100644 --- a/man/systemd.kill.xml +++ b/man/systemd.kill.xml @@ -109,7 +109,7 @@ <varname>ExecStop=</varname>). If set to <option>process</option>, only the main process itself is killed. If set - to <option>mixed</option> the + to <option>mixed</option>, the <constant>SIGTERM</constant> signal (see below) is sent to the main process while the subsequent @@ -118,7 +118,7 @@ processes of the unit's control group. If set to <option>none</option>, no process is - killed. In this case only the stop + killed. In this case, only the stop command will be executed on unit stop, but no process be killed otherwise. Processes remaining alive |