summaryrefslogtreecommitdiff
path: root/man2/sigprocmask.2
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-15 23:24:51 +1200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-04-16 08:27:09 +1200
commitef301293604dd872b7cf0a1331b7af2646944c57 (patch)
tree5bd33c2d3bf62bb7a6377a6480f57b8558525313 /man2/sigprocmask.2
parent2d350ede02aad2d4fcb5ee9c92d22fb83d5eb729 (diff)
sigprocmask.2: ERRORS: add EFAULT
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/sigprocmask.2')
-rw-r--r--man2/sigprocmask.210
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2
index bd4065dc3..3f7935610 100644
--- a/man2/sigprocmask.2
+++ b/man2/sigprocmask.2
@@ -24,7 +24,7 @@
.\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\"
-.TH SIGPROCMASK 2 2008-10-17 "Linux" "Linux Programmer's Manual"
+.TH SIGPROCMASK 2 2012-04-15 "Linux" "Linux Programmer's Manual"
.SH NAME
sigprocmask \- examine and change blocked signals
.SH SYNOPSIS
@@ -92,6 +92,14 @@ is unspecified in a multithreaded process; see
.BR sigprocmask ()
returns 0 on success and \-1 on error.
.SH ERRORS
+.TP
+.B EFAULT
+the
+.I set
+or
+.I oldset
+argument points outside the process's allocated address space.
+.TP
.B EINVAL
The value specified in
.I how