diff options
author | davidxu <davidxu@FreeBSD.org> | 2010-09-11 08:15:18 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2010-09-11 08:15:18 +0000 |
commit | 24263f7931507950b8b14bcce10df779427daebc (patch) | |
tree | 2050d832bb0c196ae0aa0f98ddadb36f7198659e /share | |
parent | e755b6fa44fba1ee7bc45ed1fff9fe10946baee7 (diff) | |
download | FreeBSD-src-24263f7931507950b8b14bcce10df779427daebc.zip FreeBSD-src-24263f7931507950b8b14bcce10df779427daebc.tar.gz |
kill() does queue signal now.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/siginfo.3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/man/man3/siginfo.3 b/share/man/man3/siginfo.3 index 2783d98..9452b08 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 |