From 2a2948ab34f9da3ef95c818c37c44e60e95c0710 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 27 Jun 2014 07:09:11 +0200 Subject: [PATCH] exit.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/exit.3 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/man3/exit.3 b/man3/exit.3 index 1eaa11a6c..c17f7d96a 100644 --- a/man3/exit.3 +++ b/man3/exit.3 @@ -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,