attributes.7: Comment out AC-Safety text under 'term'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 13:08:53 +02:00
parent b820898105
commit 09fd99fd1f
1 changed files with 9 additions and 9 deletions

View File

@ -611,15 +611,15 @@ The caller may use a single mutex for simplicity,
or use one mutex per terminal, or use one mutex per terminal,
even if referenced by different file descriptors. even if referenced by different file descriptors.
Functions marked with .\" Functions marked with
.I term .\" .I term
as an AC-Safety issue are supposed to .\" as an AC-Safety issue are supposed to
restore terminal settings to their original state, .\" restore terminal settings to their original state,
after temporarily changing them, but they may fail to do so if canceled. .\" after temporarily changing them, but they may fail to do so if canceled.
.\"
.\" fixme: at least deferred cancellation should get it right, and would .\" .\" fixme: at least deferred cancellation should get it right, and would
.\" obviate the restoring bit below, and the qualifier above. .\" .\" obviate the restoring bit below, and the qualifier above.
.\"
Besides the measures recommended to work around the Besides the measures recommended to work around the
MT-Safety and AS-Safety problem, MT-Safety and AS-Safety problem,
in order to avert the cancellation problem, in order to avert the cancellation problem,