svn commit: r254388 - head/lib/libc/sys
Jilles Tjoelker
jilles at FreeBSD.org
Thu Aug 15 22:33:28 UTC 2013
Author: jilles
Date: Thu Aug 15 22:33:27 2013
New Revision: 254388
URL: http://svnweb.freebsd.org/changeset/base/254388
Log:
sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.
Modified:
head/lib/libc/sys/sigsuspend.2
Modified: head/lib/libc/sys/sigsuspend.2
==============================================================================
--- head/lib/libc/sys/sigsuspend.2 Thu Aug 15 22:29:49 2013 (r254387)
+++ head/lib/libc/sys/sigsuspend.2 Thu Aug 15 22:33:27 2013 (r254388)
@@ -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,
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
More information about the svn-src-head
mailing list