diff options
-rw-r--r-- | lib/libc/compat-43/sigsetmask.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/sigsetmask.2 b/lib/libc/compat-43/sigsetmask.2 index 6131b0f..1d4c8a7 100644 --- a/lib/libc/compat-43/sigsetmask.2 +++ b/lib/libc/compat-43/sigsetmask.2 @@ -49,8 +49,8 @@ This interface is made obsoleted by: .Xr sigprocmask 2 . .Pp .Fn Sigsetmask -sets the current signal mask -Signals are blocked from delivery if the +sets the current signal mask. Signals +are blocked from delivery if the corresponding bit in .Fa mask is a 1; the macro |