While using the perf_event_open() manpage to enhance the trinity fuzzer I noticed the statement about the "flags" argument was misleading. Signed-off-by: Vince Weaver <vincent.weaver@xxxxxxxxx> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index f3850f0..14fb854 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -148,7 +148,9 @@ instructions. .P The .I flags -argument takes one of the following values: +argument takes a +.RI bitwise- or 'd +combination of zero or more of the following values: .TP .BR PERF_FLAG_FD_NO_GROUP .\" FIXME The following sentence is unclear -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html