aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/sigsetmask.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 12:45:11 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 12:45:11 +0000
commit1fae73b137bfc5a237d7258e3c667ba87a36b7ff (patch)
treeee7f7ba4650cadf44410ca9a44676c72c96739b7 /lib/libc/compat-43/sigsetmask.2
parent68eec1f80cd88e91cb92d06ce4ae75fc5077ab13 (diff)
downloadsrc-1fae73b137bfc5a237d7258e3c667ba87a36b7ff.tar.gz
src-1fae73b137bfc5a237d7258e3c667ba87a36b7ff.zip
mdoc(7) police: "The .Fn function".
Notes
Notes: svn path=/head/; revision=108037
Diffstat (limited to 'lib/libc/compat-43/sigsetmask.2')
-rw-r--r--lib/libc/compat-43/sigsetmask.214
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/libc/compat-43/sigsetmask.2 b/lib/libc/compat-43/sigsetmask.2
index f30bcd1fc3d0..8e8d78f0a41f 100644
--- a/lib/libc/compat-43/sigsetmask.2
+++ b/lib/libc/compat-43/sigsetmask.2
@@ -55,13 +55,17 @@ This interface is made obsolete by:
.Ef
.Xr sigprocmask 2 .
.Pp
-.Fn Sigsetmask
+The
+.Fn sigsetmask
+function
sets the current signal mask to the specified
.Fa mask .
Signals are blocked from delivery if the corresponding bit in
.Fa mask
is a 1.
-.Fn Sigblock
+The
+.Fn sigblock
+function
adds the signals in the specified
.Fa mask
to the current signal mask,
@@ -80,9 +84,11 @@ or
.Dv SIGSTOP
to be blocked.
.Sh RETURN VALUES
-.Fn Sigblock
+The
+.Fn sigblock
and
.Fn sigsetmask
+functions
return the previous set of masked signals.
.Sh SEE ALSO
.Xr kill 2 ,
@@ -96,6 +102,6 @@ The
.Fn sigsetmask
and
.Fn sigblock
-function calls first appeared in
+functions first appeared in
.Bx 4.2
and have been deprecated.