chiark / gitweb /
man/systemd.xml: change the signal names to kill systemd
authorHarald Hoyer <harald@redhat.com>
Wed, 17 Apr 2013 07:38:02 +0000 (09:38 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 17 Apr 2013 07:44:59 +0000 (09:44 +0200)
commit432c30d25fc2a7b4939d5ea6c29708e1323a2b9c
tree14222fae905f8ff1ad99581edce6830123f8dfff
parent87698625aaf08ab2411a54a4ac9878acd4b46772
man/systemd.xml: change the signal names to kill systemd

Using the signal name to put systemd in debug mode with bash results in:
 $ kill -s SIGRTMIN+22 1
 bash: kill: SIGRTMIN+22: invalid signal specification

whereas this works:
 $ kill -s SIGRTMAX-8 1

/usr/bin/kill understands both signal names, so just change them to the
bash names.
man/systemd.xml