From 63d05a77eda058fd5e3fe2a4f8153017458de406 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Oct 2014 21:21:26 +0200 Subject: [PATCH] attributes.7: Remove AS-Unsafe text Signed-off-by: Michael Kerrisk --- man7/attributes.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/attributes.7 b/man7/attributes.7 index c4a5a0313..2fbedfdae 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -590,9 +590,9 @@ this creates a window in which changes made by other threads are lost. Thus, functions marked with .I term are MT-Unsafe. -The same window enables changes made by asynchronous signals to be lost. -These functions are also AS-Unsafe, -but the corresponding mark is omitted as redundant. +.\" The same window enables changes made by asynchronous signals to be lost. +.\" These functions are also AS-Unsafe, +.\" but the corresponding mark is omitted as redundant. It is thus advisable for applications using the terminal to avoid concurrent and reentrant interactions with it,