summaryrefslogtreecommitdiffstats
path: root/man2/epoll_ctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/epoll_ctl.2')
-rw-r--r--man2/epoll_ctl.220
1 files changed, 9 insertions, 11 deletions
diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2
index 9dd3dcd03..e8ee1e6f5 100644
--- a/man2/epoll_ctl.2
+++ b/man2/epoll_ctl.2
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH epoll_ctl 2 2022-12-04 "Linux man-pages 6.03"
+.TH epoll_ctl 2 2023-04-03 "Linux man-pages 6.05.01"
.SH NAME
epoll_ctl \- control interface for an epoll file descriptor
.SH LIBRARY
@@ -14,8 +14,8 @@ Standard C library
.nf
.B #include <sys/epoll.h>
.PP
-.BI "int epoll_ctl(int " epfd ", int " op ", int " fd \
-", struct epoll_event *_Nullable " event );
+.BI "int epoll_ctl(int " epfd ", int " op ", int " fd ,
+.BI " struct epoll_event *_Nullable " event );
.fi
.SH DESCRIPTION
This system call is used to add, modify, or remove
@@ -369,15 +369,13 @@ does not support
This error can occur if
.I fd
refers to, for example, a regular file or a directory.
-.SH VERSIONS
-.BR epoll_ctl ()
-was added to in Linux 2.6.
-.\" To be precise: kernel 2.5.44.
-.\" The interface should be finalized by Linux kernel 2.5.66.
-Library support is provided in glibc 2.3.2.
.SH STANDARDS
-.BR epoll_ctl ()
-is Linux-specific.
+Linux.
+.SH HISTORY
+Linux 2.6,
+.\" To be precise: Linux 2.5.44.
+.\" The interface should be finalized by Linux 2.5.66.
+glibc 2.3.2.
.SH NOTES
The
.B epoll