diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-10-18 13:09:19 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:43:40 +0100 |
| commit | f9958ad878dfb51f0cf11e752af843d2d05427e7 (patch) | |
| tree | 60909432f2c9b4a16b08e1e4f2294b31b9861c31 | |
| parent | 09fd99fd1f22d451517796fdaaa7480d6609dd5d (diff) | |
| download | man-pages-f9958ad878dfb51f0cf11e752af843d2d05427e7.tar.gz | |
attributes.7: Comment out cancellation text under 'term'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/attributes.7 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man7/attributes.7 b/man7/attributes.7 index 42eddd402c..354fb78254 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -620,14 +620,14 @@ even if referenced by different file descriptors. .\" .\" 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, -disabling asynchronous cancellation -.I and -installing a cleanup handler to -restore the terminal settings to the original state and to release the -mutex are recommended. +.\" Besides the measures recommended to work around the +.\" MT-Safety and AS-Safety problem, +.\" in order to avert the cancellation problem, +.\" disabling asynchronous cancellation +.\" .I and +.\" installing a cleanup handler to +.\" restore the terminal settings to the original state and to release the +.\" mutex are recommended. .\" .\" .SS Other safety remarks |
