attributes.7: Rewrite description of MT-Unsafe

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 12:08:33 +02:00
parent 0b0b0e6c2b
commit 2a089d935c
1 changed files with 8 additions and 7 deletions

View File

@ -110,13 +110,14 @@ safe for inlining.
.TP .TP
.IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe .IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe
.IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe .IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe
functions are not functions are not safe to call in a multithreaded programs.
safe to call within the safety contexts described above. .\" functions are not
Calling them .\" safe to call within the safety contexts described above.
within such contexts invokes undefined behavior. .\" Calling them
.\" within such contexts invokes undefined behavior.
Functions not explicitly documented as safe in a safety context should .\"
be regarded as Unsafe. .\" Functions not explicitly documented as safe in a safety context should
.\" be regarded as Unsafe.
.TP .TP
.I Preliminary .I Preliminary
.I Preliminary .I Preliminary