svn commit: r212458 - head/share/man/man3

David Xu davidxu at FreeBSD.org
Sat Sep 11 08:15:18 UTC 2010


Author: davidxu
Date: Sat Sep 11 08:15:18 2010
New Revision: 212458
URL: http://svn.freebsd.org/changeset/base/212458

Log:
  kill() does queue signal now.

Modified:
  head/share/man/man3/siginfo.3

Modified: head/share/man/man3/siginfo.3
==============================================================================
--- head/share/man/man3/siginfo.3	Sat Sep 11 08:09:14 2010	(r212457)
+++ head/share/man/man3/siginfo.3	Sat Sep 11 08:15:18 2010	(r212458)
@@ -272,10 +272,6 @@ the ID of the message queue which genera
 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


More information about the svn-src-all mailing list