]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/sigsuspend.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / sigsuspend.2
index 93f7ff56a558138d1c2fd8503f40fcb70ebea308..ec4e99ae8ad821830e04925a0ad84c0b265d976b 100644 (file)
 .Sh SYNOPSIS
 .Fd #include <signal.h>
 .Ft int
-.Fn sigsuspend "const sigset_t *sigmask"
+.Fo sigsuspend
+.Fa "const sigset_t *sigmask"
+.Fc
 .Sh DESCRIPTION
-.Fn Sigsuspend
+.Fn sigsuspend
 temporarily changes the blocked signal mask to the set to which
 .Fa sigmask
 points,
@@ -71,12 +73,12 @@ always terminates by being interrupted, returning -1 with
 set to
 .Dv EINTR .
 .Sh SEE ALSO
-.Xr sigprocmask 2 ,
 .Xr sigaction 2 ,
+.Xr sigprocmask 2 ,
 .Xr sigsetops 3
 .Sh STANDARDS
 The
-.Nm sigsupend
+.Nm sigsuspend
 function call
 conforms to
 .St -p1003.1-88 .