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