summaryrefslogtreecommitdiffstats
path: root/man3/sigsetops.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigsetops.3')
-rw-r--r--man3/sigsetops.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/sigsetops.3 b/man3/sigsetops.3
index dab8f243b..41c692f05 100644
--- a/man3/sigsetops.3
+++ b/man3/sigsetops.3
@@ -28,7 +28,7 @@
.\" 2007-10-26 mdw added wording that a sigset_t must be initialized
.\" prior to use
.\"
-.TH SIGSETOPS 3 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SIGSETOPS 3 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX
signal set operations
@@ -95,7 +95,7 @@ or
.BR sigfillset ()
before being passed to the functions
.BR sigaddset (),
-.BR sigdelset ()
+.BR sigdelset (),
and
.BR sigismember ()
or the additional glibc functions described below
@@ -206,7 +206,7 @@ functions) and their use should be avoided in portable applications.
.BR sigprocmask (2),
.BR sigsuspend (2)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,