diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2016-10-31 11:10:43 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-31 12:54:01 +0100 |
| commit | b01ae37b3f6102cd102bc5deaea1bfc66380ce0e (patch) | |
| tree | d10da8479c7194daac2a474cff070289e718cddc | |
| parent | da353ffcdd469f20c3127fd7f62017f20a139e40 (diff) | |
| download | man-pages-b01ae37b3f6102cd102bc5deaea1bfc66380ce0e.tar.gz | |
perf_event_open.2: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
| -rw-r--r-- | man2/perf_event_open.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 6d77d970d9..0c757cca62 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -790,7 +790,7 @@ the register values will return kernel register state if the overflow happened while kernel code is running. If the CPU supports hardware sampling of -register state (i.e.,, PEBS on Intel x86) and +register state (i.e., PEBS on Intel x86) and .I precise_ip is set higher than zero then the register values returned are those captured by @@ -1003,7 +1003,7 @@ See also the description of .TP .IR "mmap_data" " (since Linux 2.6.36)" .\" commit 3af9e859281bda7eb7c20b51879cf43aa788ac2e -Ths the counterpart of the +This is the counterpart of the .I mmap field. This enables generation of |
