aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sigsetops.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigsetops.3')
-rw-r--r--man3/sigsetops.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/sigsetops.3 b/man3/sigsetops.3
index 7274bdb8e7..6c9fe9ac7e 100644
--- a/man3/sigsetops.3
+++ b/man3/sigsetops.3
@@ -26,7 +26,7 @@
.\" 2007-10-26 mdw added wording that a sigset_t must be initialized
.\" prior to use
.\"
-.TH SIGSETOPS 3 2008-08-29 "Linux" "Linux Programmer's Manual"
+.TH SIGSETOPS 3 2008-09-01 "Linux" "Linux Programmer's Manual"
.SH NAME
sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX
signal set operations.
@@ -98,7 +98,7 @@ or the additional glibc functions described below
.RB ( sigisemptyset (),
.BR sigandset (),
and
-.BR sigdelset ()).
+.BR sigorset ()).
The results are undefined if this is not done.
.SH "RETURN VALUE"
.BR sigemptyset (),