aboutsummaryrefslogtreecommitdiffstats
path: root/man7/attributes.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-10-18 12:16:48 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-27 14:43:39 +0100
commit979c15ab152aed3db0649a306f8263161dbb8aa8 (patch)
treedc43fdabc7e6296cdfc6800ccb2bc5b789f65e96 /man7/attributes.7
parent7ea9e6bb1512bc22e34a2869fa14eaa847411461 (diff)
downloadman-pages-979c15ab152aed3db0649a306f8263161dbb8aa8.tar.gz
attributes.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/attributes.7')
-rw-r--r--man7/attributes.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/attributes.7 b/man7/attributes.7
index 4dc30521b4..3e1dea6f2a 100644
--- a/man7/attributes.7
+++ b/man7/attributes.7
@@ -567,9 +567,9 @@ There is no safe way to guarantee the original signal handler is
restored in case of asynchronous cancellation,
therefore so-marked functions are also AC-Unsafe.
-.\" fixme: at least deferred cancellation should get it right, and would
-.\" obviate the restoring bit below, and the qualifier above.
-
+.\" .\" 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,