sigaction.2: Remove mention of raise(3) for SI_USER

For a long time now, glibc's raise(3) didn't yield SI_USER
for the signal receiver, so remove mention of raise(3)
here. The user can deduce the details, if needed, by looking
at the recently updated raise(3) page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-20 13:14:31 +12:00
parent f24766e312
commit cbf94ac122
1 changed files with 0 additions and 2 deletions

View File

@ -445,8 +445,6 @@ for any signal, along with reason that the signal was generated.
.TP 15
.B SI_USER
.BR kill (2)
or
.BR raise (3)
.TP
.B SI_KERNEL
Sent by the kernel.