aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-08-16 14:06:29 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-08-16 14:06:29 +0000
commitfdafa7840ffa6ba3285fd02f3dc3920d5397e738 (patch)
tree3d199b60cbd65c7cfea9b39e3b46c7ec82e12747 /lib/libc
parentf0ef49bbf45c0819aa3d92c314f8aa0efb1f5033 (diff)
downloadsrc-fdafa7840ffa6ba3285fd02f3dc3920d5397e738.tar.gz
src-fdafa7840ffa6ba3285fd02f3dc3920d5397e738.zip
pselect(2): Add xref to sigsuspend(2).
Notes
Notes: svn path=/head/; revision=254414
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/pselect.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/pselect.2 b/lib/libc/sys/pselect.2
index cf784a5dcd7f..ed66aade1cde 100644
--- a/lib/libc/sys/pselect.2
+++ b/lib/libc/sys/pselect.2
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 27, 2009
+.Dd August 16, 2013
.Dt PSELECT 2
.Os
.Sh NAME
@@ -104,7 +104,8 @@ and (if a signal mask is provided)
.Xr kqueue 2 ,
.Xr poll 2 ,
.Xr select 2 ,
-.Xr sigprocmask 2
+.Xr sigprocmask 2 ,
+.Xr sigsuspend 2
.Sh STANDARDS
The
.Fn pselect