aboutsummaryrefslogtreecommitdiffstats
path: root/man7/attributes.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/attributes.7')
-rw-r--r--man7/attributes.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/attributes.7 b/man7/attributes.7
index c4a5a03136..2fbedfdae6 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,