OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / setjmp.3
index b2a333f..c7402d9 100644 (file)
@@ -1,5 +1,6 @@
 .\" Written by Michael Haardt, Fri Nov 25 14:51:42 MET 1994
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
@@ -16,9 +17,9 @@
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .\" Added sigsetjmp, Sun Mar  2 22:03:05 EST 1997, jrv@vanzandt.mv.com
 .\" Modifications, Sun Feb 26 14:39:45 1995, faith@cs.unc.edu
@@ -68,7 +69,7 @@ the process's current signal mask is saved in \fIenv\fP
 and will be restored if a
 .BR siglongjmp (3)
 is later performed with this \fIenv\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR setjmp ()
 and
 .BR sigsetjmp ()
@@ -78,7 +79,7 @@ nonzero when returning from
 or
 .BR siglongjmp (3)
 using the saved context.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C89, C99, and POSIX.1-2001 specify
 .BR setjmp ().
 POSIX.1-2001 specifies
@@ -114,6 +115,6 @@ and
 make programs hard to understand
 and maintain.
 If possible an alternative should be used.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR longjmp (3),
 .BR siglongjmp (3)