From da8bd8a4a0fb9b5be53dafa39325370b601b7da0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 22 Jan 2017 09:07:14 +1300 Subject: [PATCH] perf_event_open.2: ffix Signed-off-by: Michael Kerrisk --- man2/perf_event_open.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 8ca14c71b..6e7cc8fa9 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -203,9 +203,9 @@ for the event being created. .in +4n .nf struct perf_event_attr { - __u32 type; /* Type of event */ - __u32 size; /* Size of attribute structure */ - __u64 config; /* Type-specific configuration */ + __u32 type; /* Type of event */ + __u32 size; /* Size of attribute structure */ + __u64 config; /* Type-specific configuration */ union { __u64 sample_period; /* Period of sampling */