Author: trasz Date: Sat Mar 10 10:54:52 2012 New Revision: 232778 URL: http://svn.freebsd.org/changeset/base/232778
Log: Cross-reference sigqueue(2) and kill(2). Modified: head/lib/libc/sys/kill.2 head/lib/libc/sys/sigqueue.2 Modified: head/lib/libc/sys/kill.2 ============================================================================== --- head/lib/libc/sys/kill.2 Sat Mar 10 08:49:44 2012 (r232777) +++ head/lib/libc/sys/kill.2 Sat Mar 10 10:54:52 2012 (r232778) @@ -28,7 +28,7 @@ .\" @(#)kill.2 8.3 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd April 19, 1994 +.Dd March 10, 2012 .Dt KILL 2 .Os .Sh NAME @@ -137,6 +137,7 @@ of the group could not be signaled. .Xr getpid 2 , .Xr killpg 2 , .Xr sigaction 2 , +.Xr sigqueue 2 , .Xr raise 3 , .Xr init 8 .Sh STANDARDS Modified: head/lib/libc/sys/sigqueue.2 ============================================================================== --- head/lib/libc/sys/sigqueue.2 Sat Mar 10 08:49:44 2012 (r232777) +++ head/lib/libc/sys/sigqueue.2 Sat Mar 10 10:54:52 2012 (r232778) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 11, 2005 +.Dd March 10, 2012 .Dt SIGQUEUE 2 .Os .Sh NAME @@ -126,6 +126,7 @@ The process does not exist. .El .Sh SEE ALSO +.Xr kill 2 , .Xr sigaction 2 , .Xr sigpending 2 , .Xr sigqueue 2 , _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
