exit_group.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-06 13:06:45 -07:00
parent 1946f1d2a2
commit 8fc9ce245d
1 changed files with 2 additions and 2 deletions

View File

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