X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..935ed37a5c468c8a1c07408573c08b8b7ef80e8b:/bsd/man/man2/sigprocmask.2 diff --git a/bsd/man/man2/sigprocmask.2 b/bsd/man/man2/sigprocmask.2 index cd33571d5..2d36f838c 100644 --- a/bsd/man/man2/sigprocmask.2 +++ b/bsd/man/man2/sigprocmask.2 @@ -42,12 +42,16 @@ .Sh SYNOPSIS .Fd #include .Ft int -.Fn sigprocmask "int how" "const sigset_t *set" "sigset_t *oset" +.Fo sigprocmask +.Fa "int how" +.Fa "const sigset_t *restrict set" +.Fa "sigset_t *restrict oset" +.Fc .Sh DESCRIPTION The .Fn sigprocmask -function examines and/or changes the current signal mask (those signals -that are blocked from delivery). +function examines and/or changes the current signal mask +(those signals that are blocked from delivery). Signals are blocked if they are members of the current signal mask set. .Pp If @@ -105,6 +109,7 @@ The call will fail and the signal mask will be unchanged if one of the following occurs: .Bl -tag -width Er +.\" =========== .It Bq Er EINVAL .Fa how has a value other than those listed here. @@ -112,8 +117,8 @@ has a value other than those listed here. .Sh SEE ALSO .Xr kill 2 , .Xr sigaction 2 , -.Xr sigsetops 3 , -.Xr sigsuspend 2 +.Xr sigsuspend 2 , +.Xr sigsetops 3 .Sh STANDARDS The .Fn sigprocmask