attributes.7: Remove AS-Unsafe text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 21:21:26 +02:00
parent f1f1a214da
commit 63d05a77ed
1 changed files with 3 additions and 3 deletions

View File

@ -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,