attributes.7: Comment out piece of AS-Unsafe text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 13:00:13 +02:00
parent 8e6f13fe8a
commit bcb0e6abc5
1 changed files with 3 additions and 1 deletions

View File

@ -510,7 +510,9 @@ Unlike
which causes both readers and
writers of internal objects to be regarded as MT-Unsafe and AS-Unsafe,
this mark is applied to writers only.
Writers remain equally MT-Unsafe and AS-Unsafe to call,
Writers remain \" equally
MT-Unsafe \" and AS-Unsafe
to call,
but the then-mandatory constness of objects they
modify enables readers to be regarded as MT-Safe and AS-Safe (as long as
no other reasons for them to be unsafe remain),