OSDN Git Service

LDP: Update original to LDP v3.78
[linuxjm/LDP_man-pages.git] / original / man2 / _exit.2
index 57489f6..06aea7e 100644 (file)
@@ -26,7 +26,7 @@
 .\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu>
 .\" Modified 2001-11-17, aeb
 .\"
-.TH _EXIT 2 2010-09-20 "Linux" "Linux Programmer's Manual"
+.TH _EXIT 2 2015-01-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 _exit, _Exit \- terminate the calling process
 .SH SYNOPSIS
@@ -114,7 +114,7 @@ Whether any pending I/O is canceled, and which pending I/O may be
 canceled upon
 .BR _exit (),
 is implementation-dependent.
-
+.SS C library/kernel ABI differences
 In glibc up to version 2.3, the
 .BR _exit ()
 wrapper function invoked the kernel system call of the same name.
@@ -133,3 +133,12 @@ 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.78 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.