abort.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-12 12:30:47 +02:00
parent a73e75e298
commit 74a70e340a
1 changed files with 10 additions and 3 deletions

View File

@ -73,10 +73,17 @@ The
.BR abort ()
function never returns.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
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 abort ()
function is thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
SVr4, POSIX.1-2001, POSIX.1-2008, 4.3BSD, C89, C99.
.SH SEE ALSO