From a60c2f1c0e725e8e2cf921ad669b25af739c45ce Mon Sep 17 00:00:00 2001 From: David Xu Date: Sat, 11 Sep 2010 08:15:18 +0000 Subject: [PATCH] kill() does queue signal now. --- share/man/man3/siginfo.3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/man/man3/siginfo.3 b/share/man/man3/siginfo.3 index 2783d98da291..9452b08647eb 100644 --- a/share/man/man3/siginfo.3 +++ b/share/man/man3/siginfo.3 @@ -272,10 +272,6 @@ the ID of the message queue which generated the signal Currently, the kernel never generates the .Dv SIGPOLL signal. -Also, the -.Xr kill 2 -system call does not queue signals, so you will not get code -.Dv SI_USER . .Dv SIGCHLD signal is queued when a process changed its status or exited. .Tn POSIX