diff options
author | hoek <hoek@FreeBSD.org> | 1998-07-29 05:13:39 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-07-29 05:13:39 +0000 |
commit | 50f3429a4832d3eeb70ad7d19a88c51c7021c04c (patch) | |
tree | 88aeb348c1059aef90bd3fdf7529886a16ad25c9 /lib/libc/compat-43 | |
parent | ad4ebd90d87200a7bf8eadf7aff5c30c3595bcb5 (diff) | |
download | FreeBSD-src-50f3429a4832d3eeb70ad7d19a88c51c7021c04c.zip FreeBSD-src-50f3429a4832d3eeb70ad7d19a88c51c7021c04c.tar.gz |
Add missing period. We don't allow maternity leaves.
Diffstat (limited to 'lib/libc/compat-43')
-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 |