20 May 2013 19:11
[patch] small flags clarficiation in perf_event_open()
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@...> 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 <at> <at> -148,7 +148,9 <at> <at> 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@... More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed