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
.IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe
.IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe
functions are not
safe to call within the safety contexts described above.
Calling them
within such contexts invokes undefined behavior.
Functions not explicitly documented as safe in a safety context should
be regarded as Unsafe.
functions are not safe to call in a multithreaded programs.
.\" functions are not
.\" safe to call within the safety contexts described above.
.\" Calling them
.\" within such contexts invokes undefined behavior.
.\"
.\" Functions not explicitly documented as safe in a safety context should
.\" be regarded as Unsafe.
.TP
.I Preliminary
.I Preliminary