OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man2 / sigsuspend.2
index cd9c1bd..5a8b744 100644 (file)
@@ -26,7 +26,7 @@
 .\"
 .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
 .\"
-.TH SIGSUSPEND 2 2008-08-29 "Linux" "Linux Programmer's Manual"
+.TH SIGSUSPEND 2 2013-04-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigsuspend \- wait for a signal
 .SH SYNOPSIS
@@ -69,8 +69,10 @@ specifying these signals in
 has no effect on the process's signal mask.
 .SH RETURN VALUE
 .BR sigsuspend ()
-always returns \-1, normally with the error
-.BR EINTR .
+always returns \-1, with
+.I errno
+set to indicate the error (normally,
+.BR EINTR ).
 .SH ERRORS
 .TP
 .B EFAULT
@@ -113,3 +115,11 @@ for details on manipulating signal sets.
 .BR sigsetops (3),
 .BR sigwait (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/.