From bcb0e6abc5231456e0df0c019ad9786d7b66fe56 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Oct 2014 13:00:13 +0200 Subject: [PATCH] attributes.7: Comment out piece of AS-Unsafe text Signed-off-by: Michael Kerrisk --- man7/attributes.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man7/attributes.7 b/man7/attributes.7 index e4e1dd51a..4916cb397 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -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),