diff --git a/man2/exit_group.2 b/man2/exit_group.2 index 83f41b17b..74c024278 100644 --- a/man2/exit_group.2 +++ b/man2/exit_group.2 @@ -33,7 +33,7 @@ exit_group \- exit all threads in a process .fi .SH DESCRIPTION This system call is equivalent to -.BR exit (2) +.BR _exit (2) except that it terminates not only the calling thread, but all threads in the calling process's thread group. .SH RETURN VALUE @@ -44,7 +44,7 @@ This call is present since Linux 2.5.35. This call is Linux-specific. .SH NOTES Since glibc 2.3, this is the system call invoked when the -.BR exit (2) +.BR _exit (2) wrapper function is called. .SH SEE ALSO .BR exit (2)