diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-10-18 13:08:53 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:43:40 +0100 |
| commit | 09fd99fd1f22d451517796fdaaa7480d6609dd5d (patch) | |
| tree | f4b0e81cea81f4ad8faf48f16f32546220a25eeb | |
| parent | b820898105e8ecaaa3fbec64f1ca1eed25e0693a (diff) | |
| download | man-pages-09fd99fd1f22d451517796fdaaa7480d6609dd5d.tar.gz | |
attributes.7: Comment out AC-Safety text under 'term'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/attributes.7 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man7/attributes.7 b/man7/attributes.7 index ead11397ac..42eddd402c 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -611,15 +611,15 @@ The caller may use a single mutex for simplicity, or use one mutex per terminal, even if referenced by different file descriptors. -Functions marked with -.I term -as an AC-Safety issue are supposed to -restore terminal settings to their original state, -after temporarily changing them, but they may fail to do so if canceled. - -.\" fixme: at least deferred cancellation should get it right, and would -.\" obviate the restoring bit below, and the qualifier above. - +.\" Functions marked with +.\" .I term +.\" as an AC-Safety issue are supposed to +.\" restore terminal settings to their original state, +.\" after temporarily changing them, but they may fail to do so if canceled. +.\" +.\" .\" fixme: at least deferred cancellation should get it right, and would +.\" .\" obviate the restoring bit below, and the qualifier above. +.\" Besides the measures recommended to work around the MT-Safety and AS-Safety problem, in order to avert the cancellation problem, |
