diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-17 10:54:57 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-17 10:54:57 +0200 |
| commit | edb3e31604d2fd60136536d33017aeae4089fa99 (patch) | |
| tree | be288baef878f1a42941c0e4dbe10233b106e588 | |
| parent | 4af2757220049e592e5ef10c4b878c0908aa7ad8 (diff) | |
| download | man-pages-edb3e31604d2fd60136536d33017aeae4089fa99.tar.gz | |
perf_event_open.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/perf_event_open.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index e5283d08dc..a7832455bb 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -894,7 +894,7 @@ measurement as well as any kernel use of the performance counters If this bit is set, the count excludes events that happen in user space. .TP .IR "exclude_kernel" -If this bit is set, the count excludes events that happen in kernel-space. +If this bit is set, the count excludes events that happen in kernel space. .TP .IR "exclude_hv" If this bit is set, the count excludes events that happen in the |
