]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/sigsuspend.2
xnu-2782.30.5.tar.gz
[apple/xnu.git] / bsd / man / man2 / sigsuspend.2
index 93f7ff56a558138d1c2fd8503f40fcb70ebea308..29bb4289127e077ad02a98fc8e0c32e2e7330699 100644 (file)
@@ -42,7 +42,9 @@
 .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
 temporarily changes the blocked signal mask to the set to which
@@ -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 .