]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sigset.3: Note APIs that POSIX.1-2008 recommends instead of these obsolete APIs
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 14 Mar 2009 18:58:46 +0000 (07:58 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 14 Mar 2009 19:07:54 +0000 (08:07 +1300)
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/sigset.3

index bf89dc104112576dc80ec7b7dc347d8c9f8bbbf5..bba080cc2a6577855ebba945724d179adec7137d 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH SIGSET 3 2008-08-06 "Linux" "Linux Programmer's Manual"
+.TH SIGSET 3 2009-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigset, sighold, sigrelse, sigignore \- System V signal API
 .SH SYNOPSIS
@@ -163,7 +163,13 @@ POSIX.1-2008 marks
 .BR sigrelse (),
 and
 .BR sigset ()
-as obsolete.
+as obsolete, recommending the use of
+.BR sigaction (2),
+.BR sigprocmask (2),
+.BR pthread_sigmask (3),
+and
+.BR sigsuspend (2)
+instead.
 .SH NOTES
 These functions appeared in glibc version 2.1.