diff --git a/man2/exit_group.2 b/man2/exit_group.2 index b92471e75..1d1f4c9a5 100644 --- a/man2/exit_group.2 +++ b/man2/exit_group.2 @@ -20,7 +20,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH EXIT_GROUP 2 2004-10-12 "Linux" "Linux Programmer's Manual" +.TH EXIT_GROUP 2 2008-11-27 "Linux" "Linux Programmer's Manual" .SH NAME exit_group \- exit all threads in a process .SH SYNOPSIS @@ -40,5 +40,9 @@ This system call does not return. This call is present since Linux 2.5.35. .SH "CONFORMING TO" This call is Linux-specific. +.SH NOTES +Since glibc 2.3, this is the system call invoked when the +.BR exit (2) +wrapper function is called. .SH "SEE ALSO" .BR exit (2)