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

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

View File

@ -514,8 +514,8 @@ 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),
modify enables readers to be regarded as MT-Safe \" and AS-Safe
(as long as no other reasons for them to be unsafe remain),
since the lack of synchronization is not a problem when the
objects are effectively constant.