Cross-reference sigqueue(2) and kill(2).

This commit is contained in:
Edward Tomasz Napierala 2012-03-10 10:54:52 +00:00
parent 6bfe9e8ccf
commit 6975edd9d0
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 ,