exit.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-27 07:09:11 +02:00
parent ef5bbec543
commit 2a2948ab34
1 changed files with 12 additions and 1 deletions

View File

@ -88,7 +88,18 @@ The
.BR exit ()
function does not return.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR exit ()
T} Thread safety MT-Unsafe
.TE
.PP
The
.BR exit ()
function uses a global variable that is not protected,