summaryrefslogtreecommitdiffstats
path: root/man3type/epoll_event.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/epoll_event.3type')
-rw-r--r--man3type/epoll_event.3type12
1 files changed, 6 insertions, 6 deletions
diff --git a/man3type/epoll_event.3type b/man3type/epoll_event.3type
index 017d2228f..0a9fa74be 100644
--- a/man3type/epoll_event.3type
+++ b/man3type/epoll_event.3type
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH epoll_event 3type 2022-10-30 "Linux man-pages 6.03"
+.TH epoll_event 3type 2023-07-08 "Linux man-pages 6.05.01"
.SH NAME
epoll_event, epoll_data, epoll_data_t
\- epoll event
@@ -33,9 +33,7 @@ The
.I epoll_event
structure specifies data that the kernel should save and
return when the corresponding file descriptor becomes ready.
-.SH STANDARDS
-This type is Linux-specific.
-.SH NOTES
+.SH VERSIONS
.SS C library/kernel differences
The Linux kernel headers also provide this type,
with a slightly different definition:
@@ -43,13 +41,15 @@ with a slightly different definition:
.in +4n
.EX
#include <linux/eventpoll.h>
-
+\&
struct epoll_event {
__poll_t events;
__u64 data;
};
.EE
.in
+.SH STANDARDS
+Linux.
.SH SEE ALSO
.BR epoll_wait (2),
-.BR epoll_ctl (7)
+.BR epoll_ctl (2)