From fdafa7840ffa6ba3285fd02f3dc3920d5397e738 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 16 Aug 2013 14:06:29 +0000 Subject: [PATCH] pselect(2): Add xref to sigsuspend(2). --- lib/libc/sys/pselect.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/pselect.2 b/lib/libc/sys/pselect.2 index cf784a5dcd7..ed66aade1cd 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