diff options
author | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-08-15 22:33:27 +0000 |
---|---|---|
committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-08-15 22:33:27 +0000 |
commit | f57087b21c39fddc20b6bf5599103d3e705e9a2e (patch) | |
tree | 166cc21f874ccecbbd89694a05b21420d9f5fe70 | |
parent | 114f62c6df50056ecb8bf944ce4ba0b8eeec3574 (diff) |
Notes
-rw-r--r-- | lib/libc/sys/sigsuspend.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/sigsuspend.2 b/lib/libc/sys/sigsuspend.2 index 3a67b53374d4..0ffc11dc4f3e 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 |