From 1b1372b40458007a853fa5182b9d5d84df4f05fe Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Oct 2014 11:59:18 +0200 Subject: [PATCH] attributes.7: Minor wording correction [*] Signed-off-by: Michael Kerrisk --- man7/attributes.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/attributes.7 b/man7/attributes.7 index a1670a17d..08939eddb 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -506,7 +506,7 @@ because a substantial portion of the GNU C Library accesses them without synchronization. Unlike .IR race , -that causes both readers and +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,