From 7218bcea37f9abfd865a3e4da0e1e435f6ae9d72 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 30 May 2007 15:32:01 +0000 Subject: [PATCH] Minor wording fixes. --- man2/exit_group.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man2/exit_group.2 b/man2/exit_group.2 index 9a89e05de..7bc999d2a 100644 --- a/man2/exit_group.2 +++ b/man2/exit_group.2 @@ -31,8 +31,8 @@ exit_group \- exit all threads in a process .SH DESCRIPTION This system call is equivalent to .BR exit (2) -except that it terminates not only the present thread, but all threads -in the current thread group. +except that it terminates not only the calling thread, but all threads +in the calling process's thread group. .SH "RETURN VALUE" This system call does not return. .SH VERSIONS @@ -41,4 +41,3 @@ This call is present since Linux 2.5.35. This call is Linux specific. .SH "SEE ALSO" .BR exit (2) -