diff options
| -rw-r--r-- | man2/perf_event_open.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 59ad28959e..68b99bb7f6 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -1826,9 +1826,9 @@ This indicates there is extended data available (currently not used). .B PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT .\" commit 930e6fcd2bcce9bcd9d4aa7e755678d33f3fe6f4 This bit is not set by the kernel. -It is reserved for the userspace perf utility to indicate that -.I /proc/xxx/maps -parsing was taking too long and stopped and thus the mmap +It is reserved for the user-space perf utility to indicate that +.I /proc/i[pid]/maps +parsing was taking too long and was stopped, and thus the mmap records may be truncated. .RE .TP |
