From 742239c70f0ea9349638b2fe9fdd9a6badab40ba Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Oct 2014 20:02:50 +0200 Subject: [PATCH] attributes.7: grfix [*] 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 354fb7825..9a1dd3899 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -328,7 +328,7 @@ For some features that make functions unsafe to call in certain contexts, there are known ways to avoid the safety problem other than refraining from calling the function altogether. The keywords that follow refer to such features, -and each of their definitions indicate +and each of their definitions indicates how the whole program needs to be constrained in order to remove the safety problem indicated by the keyword. Only when all the reasons that