summaryrefslogtreecommitdiffstats
path: root/man2/exit_group.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/exit_group.2')
-rw-r--r--man2/exit_group.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/exit_group.2 b/man2/exit_group.2
index dac09fd5a..3515406a1 100644
--- a/man2/exit_group.2
+++ b/man2/exit_group.2
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH exit_group 2 2022-11-05 "Linux man-pages 6.03"
+.TH exit_group 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
exit_group \- exit all threads in a process
.SH LIBRARY
@@ -26,10 +26,10 @@ This system call terminates all threads
in the calling process's thread group.
.SH RETURN VALUE
This system call does not return.
-.SH VERSIONS
-This call is present since Linux 2.5.35.
.SH STANDARDS
-This call is Linux-specific.
+Linux.
+.SH HISTORY
+Linux 2.5.35.
.SH NOTES
Since glibc 2.3, this is the system call invoked when the
.BR _exit (2)