summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-12-17 10:18:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-12-17 10:18:04 +0000
commita410225b979f066d551f79f1f7eebf98d6e29d5f (patch)
tree999749455dc94f2951d5814c5ad4113a0efe8deb /lib/libc/gen
parent74249682c6c2c88d3fa6777cb69c95c40fa463b2 (diff)
slight sync w/ fbsd;
ok marc@ jaredy@ millert@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sigsetops.310
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/gen/sigsetops.3 b/lib/libc/gen/sigsetops.3
index 32054f34cbd..586a2fd375b 100644
--- a/lib/libc/gen/sigsetops.3
+++ b/lib/libc/gen/sigsetops.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigsetops.3,v 1.7 2003/06/02 20:18:35 millert Exp $
+.\" $OpenBSD: sigsetops.3,v 1.8 2004/12/17 10:18:03 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,16 +48,16 @@
.Ft int
.Fn sigdelset "sigset_t *set" "int signo"
.Ft int
-.Fn sigismember "sigset_t *set" "int signo"
+.Fn sigismember "const sigset_t *set" "int signo"
.Sh DESCRIPTION
These functions manipulate signal sets stored in a
-.Li sigset_t .
+.Fa sigset_t .
Either
.Fn sigemptyset
or
.Fn sigfillset
must be called for every object of type
-.Li sigset_t
+.Fa sigset_t
before any other use of the object.
.Fn sigemptyset
and
@@ -109,6 +109,8 @@ is not a valid signal number.
.Sh SEE ALSO
.Xr kill 2 ,
.Xr sigaction 2 ,
+.Xr sigpending 2 ,
+.Xr sigprocmask 2 ,
.Xr sigsuspend 2
.Sh STANDARDS
These functions are defined by