All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] small flags clarficiation in perf_event_open()
@ 2013-05-20 17:11 Vince Weaver
       [not found] ` <alpine.DEB.2.02.1305201309150.29892-6xBS8L8d439fDsnSvq7Uq4Se7xf15W0s1dQoKJhdanU@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Vince Weaver @ 2013-05-20 17:11 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA


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-e7X0jjDqjFGHXe+LvDLADg@public.gmane.org>

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch] small flags clarficiation in perf_event_open()
       [not found] ` <alpine.DEB.2.02.1305201309150.29892-6xBS8L8d439fDsnSvq7Uq4Se7xf15W0s1dQoKJhdanU@public.gmane.org>
@ 2013-05-21 11:03   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2013-05-21 11:03 UTC (permalink / raw)
  To: Vince Weaver; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On 05/20/13 19:11, Vince Weaver wrote:
> 
> 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-e7X0jjDqjFGHXe+LvDLADg@public.gmane.org>
> 
> 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
> 

Thanks, Vince. I made it

====
The
.I flags
argument is formed by ORing together zero or more of the following values:
====

Cheers,

Michael
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-21 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 17:11 [patch] small flags clarficiation in perf_event_open() Vince Weaver
     [not found] ` <alpine.DEB.2.02.1305201309150.29892-6xBS8L8d439fDsnSvq7Uq4Se7xf15W0s1dQoKJhdanU@public.gmane.org>
2013-05-21 11:03   ` Michael Kerrisk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.