attributes.7: Comment out cancellation text under 'term'

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

View File

@ -620,14 +620,14 @@ even if referenced by different file descriptors.
.\" .\" 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,
disabling asynchronous cancellation .\" disabling asynchronous cancellation
.I and .\" .I and
installing a cleanup handler to .\" installing a cleanup handler to
restore the terminal settings to the original state and to release the .\" restore the terminal settings to the original state and to release the
mutex are recommended. .\" mutex are recommended.
.\" .\"
.\" .\"
.SS Other safety remarks .SS Other safety remarks