OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man2 / _exit.2
index e4f292b..e2baa2e 100644 (file)
@@ -1,8 +1,7 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" This manpage is Copyright (C) 1992 Drew Eckhardt;
-.\"                               1993 Michael Haardt, Ian Jackson.
+.\"             and Copyright (C) 1993 Michael Haardt, Ian Jackson.
 .\"
+.\" %%%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.
@@ -22,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu>
 .\" Modified 2001-11-17, aeb
@@ -76,16 +76,16 @@ The function
 .BR _Exit ()
 is equivalent to
 .BR _exit ().
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 These functions do not return.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, POSIX.1-2001, 4.3BSD.
 The function
 .BR _Exit ()
 was introduced by C99.
 .SH NOTES
 For a discussion on the effects of an exit, the transmission of
-exit status, zombie processes, signals sent, etc., see
+exit status, zombie processes, signals sent, and so on, see
 .BR exit (3).
 .LP
 The function
@@ -121,7 +121,7 @@ wrapper function invoked the kernel system call of the same name.
 Since glibc 2.3, the wrapper function invokes
 .BR exit_group (2),
 in order to terminate all of the threads in a process.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR execve (2),
 .BR exit_group (2),
 .BR fork (2),
@@ -133,3 +133,11 @@ in order to terminate all of the threads in a process.
 .BR exit (3),
 .BR on_exit (3),
 .BR termios (3)
+.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/.