aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-09-01 17:52:05 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-09-01 17:52:05 +0200
commit229c33a1d30b92b563adb191a2235bb5443bac33 (patch)
tree18b7b6bc20248320b4b41336201391ec000a2a39
parent93aed9843f868067c8fc80e089b3e4038d96dcfe (diff)
downloadman-pages-229c33a1d30b92b563adb191a2235bb5443bac33.tar.gz
perf_event_open.2: srcfix: add FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/perf_event_open.23
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index dbe4e065a9..638124c008 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -2243,6 +2243,9 @@ is a string describing the backing of the allocated memory.
.RE
.SS Signal overflow
Events can be set to deliver a signal when a threshold is crossed.
+.\" FIXME .
+.\" The following sentence doesn't seem to make sense.
+.\" These system calls do not set up signal handlers.
The signal handler is set up using the
.BR poll (2),
.BR select (2),