diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-01 17:52:05 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-01 17:52:05 +0200 |
| commit | 229c33a1d30b92b563adb191a2235bb5443bac33 (patch) | |
| tree | 18b7b6bc20248320b4b41336201391ec000a2a39 | |
| parent | 93aed9843f868067c8fc80e089b3e4038d96dcfe (diff) | |
| download | man-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.2 | 3 |
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), |
