OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man2 / sigprocmask.2
index 947d373..85d523e 100644 (file)
@@ -26,7 +26,7 @@
 .\"
 .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
 .\"
-.TH SIGPROCMASK 2 2012-04-15 "Linux" "Linux Programmer's Manual"
+.TH SIGPROCMASK 2 2013-04-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigprocmask \- examine and change blocked signals
 .SH SYNOPSIS
@@ -93,6 +93,9 @@ is unspecified in a multithreaded process; see
 .SH RETURN VALUE
 .BR sigprocmask ()
 returns 0 on success and \-1 on error.
+In the event of an error,
+.I errno
+is set to indicate the cause.
 .SH ERRORS
 .TP
 .B EFAULT
@@ -149,3 +152,11 @@ for details on manipulating signal sets.
 .BR sigqueue (3),
 .BR sigsetops (3),
 .BR signal (7)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.