From 3117263f1dd14b75825558a459d6fd1a84cce8f3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 22 Jan 2015 08:34:09 +0100 Subject: [PATCH] perf_event_open.2: tfix Signed-off-by: Michael Kerrisk --- man2/perf_event_open.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 3e9b6a646..4833b8b1e 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -156,12 +156,12 @@ using the .B PERF_FLAG_FD_OUTPUT flag. .TP -.BR PERF_FLAG_FD_OUTPUT " (broken since Linux 2.6.35)." +.BR PERF_FLAG_FD_OUTPUT " (broken since Linux 2.6.35)" This flag re-routes the event's sampled output to instead be included in the mmap buffer of the event specified by .IR group_fd . .TP -.BR PERF_FLAG_PID_CGROUP " (since Linux 2.6.39)." +.BR PERF_FLAG_PID_CGROUP " (since Linux 2.6.39)" This flag activates per-container system-wide monitoring. A container is an abstraction that isolates a set of resources for finer-grained