summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-08-15 22:33:27 +0000
committerjilles <jilles@FreeBSD.org>2013-08-15 22:33:27 +0000
commitbdb743702fb53c60e30455a13dfd78783868ac2c (patch)
tree166cc21f874ccecbbd89694a05b21420d9f5fe70
parent478dc3171b093432679512127107ffd6b9dcc270 (diff)
downloadFreeBSD-src-bdb743702fb53c60e30455a13dfd78783868ac2c.zip
FreeBSD-src-bdb743702fb53c60e30455a13dfd78783868ac2c.tar.gz
sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.
-rw-r--r--lib/libc/sys/sigsuspend.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/sigsuspend.2 b/lib/libc/sys/sigsuspend.2
index 3a67b53..0ffc11d 100644
--- a/lib/libc/sys/sigsuspend.2
+++ b/lib/libc/sys/sigsuspend.2
@@ -28,7 +28,7 @@
.\" @(#)sigsuspend.2 8.2 (Berkeley) 5/16/95
.\" $FreeBSD$
.\"
-.Dd May 16, 1995
+.Dd August 16, 2013
.Dt SIGSUSPEND 2
.Os
.Sh NAME
@@ -70,9 +70,13 @@ always terminates by being interrupted, returning -1 with
set to
.Er EINTR .
.Sh SEE ALSO
+.Xr pselect 2 ,
.Xr sigaction 2 ,
.Xr sigpending 2 ,
.Xr sigprocmask 2 ,
+.Xr sigtimedwait 2 ,
+.Xr sigwait 2 ,
+.Xr sigwaitinfo 2 ,
.Xr sigsetops 3
.Sh STANDARDS
The
OpenPOWER on IntegriCloud