OSDN Git Service

LDP: Update original to LDP v3.76
[linuxjm/LDP_man-pages.git] / original / man2 / perf_event_open.2
index 414d660..54ebacd 100644 (file)
@@ -1190,7 +1190,7 @@ struct read_format {
     u64 nr;            /* The number of events */
     u64 time_enabled;  /* if PERF_FORMAT_TOTAL_TIME_ENABLED */
     u64 time_running;  /* if PERF_FORMAT_TOTAL_TIME_RUNNING */
-    struct
+    struct {
         u64 value;     /* The value of the event */
         u64 id;        /* if PERF_FORMAT_ID */
     } values[nr];
@@ -2808,7 +2808,7 @@ main(int argc, char **argv)
 .BR prctl (2),
 .BR read (2)
 .SH COLOPHON
-This page is part of release 3.75 of the Linux
+This page is part of release 3.76 of the Linux
 .I man-pages
 project.
 A description of the project,