svn commit: r254414 - head/lib/libc/sys

Jilles Tjoelker jilles at FreeBSD.org
Fri Aug 16 14:06:29 UTC 2013


Author: jilles
Date: Fri Aug 16 14:06:29 2013
New Revision: 254414
URL: http://svnweb.freebsd.org/changeset/base/254414

Log:
  pselect(2): Add xref to sigsuspend(2).

Modified:
  head/lib/libc/sys/pselect.2

Modified: head/lib/libc/sys/pselect.2
==============================================================================
--- head/lib/libc/sys/pselect.2	Fri Aug 16 13:56:43 2013	(r254413)
+++ head/lib/libc/sys/pselect.2	Fri Aug 16 14:06:29 2013	(r254414)
@@ -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


More information about the svn-src-all mailing list