Minor wording fixes.

This commit is contained in:
Michael Kerrisk 2007-05-30 15:32:01 +00:00
parent 3576725925
commit 7218bcea37
1 changed files with 2 additions and 3 deletions

View File

@ -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)