OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / sigreturn.2
index 67075c0..e6c6e17 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 1995, Thomas K. Dyas <tdyas@eden.rutgers.edu>
 .\"
+.\" %%%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.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Created   Sat Aug 21 1995     Thomas K. Dyas <tdyas@eden.rutgers.edu>
 .\" Modified Tue Oct 22 22:09:03 1996 by Eric S. Raymond <esr@thyrsus.com>
@@ -48,14 +50,14 @@ it restores the process's signal mask, switches stacks,
 and restores the process's context (registers, processor flags),
 so that the process directly resumes execution
 at the point where it was interrupted by the signal.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR sigreturn ()
 never returns.
 .SH FILES
 /usr/src/linux/arch/i386/kernel/signal.c
 .br
 /usr/src/linux/arch/alpha/kernel/entry.S
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 .BR sigreturn ()
 is specific to Linux and should not be used in programs intended to be
 portable.
@@ -69,7 +71,7 @@ be called directly.
 Better yet, the specific use of the
 .I __unused
 argument varies depending on the architecture.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR kill (2),
 .BR sigaltstack (2),
 .BR signal (2),