]> git.ipfire.org Git - thirdparty/man-pages.git/commit
rt_sigqueueinfo.2: The rules for 'si_code' don't apply when sending a signal to oneself
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 19 Sep 2019 19:09:43 +0000 (21:09 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 19 Sep 2019 19:26:04 +0000 (21:26 +0200)
commit8637b7a635dd5ac462e369b8add4a0e13f113e73
tree1699056a5fc316036a45de0d4903164b953697c4
parent1573536578123fe0c52b901fb6a3c80f3b850956
rt_sigqueueinfo.2: The rules for 'si_code' don't apply when sending a signal to oneself

The restriction on what values may be specified in 'si_code'
apply only when sending a signal to a process other than the
caller itself.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/rt_sigqueueinfo.2