diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-29 05:13:39 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-29 05:13:39 +0000 |
| commit | 542f2aacfa2b997607e62d7cabe254a5e7d41074 (patch) | |
| tree | e11955b549c914b7313d6b01219139ea87a5ff6f /lib/libc | |
| parent | ad60f0a60d55ab7785a3d0ca8150a23a0121fb28 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 6131b0f3b61b..1d4c8a712c2b 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 |
