OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / sigsuspend.2
index cf85ed8..cd9c1bd 100644 (file)
@@ -2,6 +2,7 @@
 .\" based on earlier work by faith@cs.unc.edu and
 .\" Mike Battersby <mib@deakin.edu.au>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +22,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
 .\"
@@ -65,7 +67,7 @@ or
 specifying these signals in
 .IR mask ,
 has no effect on the process's signal mask.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR sigsuspend ()
 always returns \-1, normally with the error
 .BR EINTR .
@@ -77,7 +79,7 @@ points to memory which is not a valid part of the process address space.
 .TP
 .B EINTR
 The call was interrupted by a signal.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
 .PP
@@ -101,7 +103,7 @@ argument).
 See
 .BR sigsetops (3)
 for details on manipulating signal sets.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR kill (2),
 .BR pause (2),
 .BR sigaction (2),