From 2a089d935ce11eae5c76cccea3391e7a39ec8fb3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Oct 2014 12:08:33 +0200 Subject: [PATCH] attributes.7: Rewrite description of MT-Unsafe Signed-off-by: Michael Kerrisk --- man7/attributes.7 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/man7/attributes.7 b/man7/attributes.7 index 39be83fb0..28e6311ff 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -110,13 +110,14 @@ safe for inlining. .TP .IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe .IR MT-Unsafe \" ", " AS-Unsafe ", " AC-Unsafe -functions are not -safe to call within the safety contexts described above. -Calling them -within such contexts invokes undefined behavior. - -Functions not explicitly documented as safe in a safety context should -be regarded as Unsafe. +functions are not safe to call in a multithreaded programs. +.\" functions are not +.\" safe to call within the safety contexts described above. +.\" Calling them +.\" within such contexts invokes undefined behavior. +.\" +.\" Functions not explicitly documented as safe in a safety context should +.\" be regarded as Unsafe. .TP .I Preliminary .I Preliminary