summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-03 00:57:36 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-03 00:57:36 +0200
commit0e1ec9195b8deb30c01aa1dfd358f57ab4048777 (patch)
tree68e17c2c65d5029752f36ce55f44bfbb3de7ba78
parent0d782b8dc1b8c0aea67951f815abc009fe932d58 (diff)
epoll_ctl.2: ffix
Reported-by: `make check-catman` Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/epoll_ctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2
index afbafee11..1c20dfe5b 100644
--- a/man2/epoll_ctl.2
+++ b/man2/epoll_ctl.2
@@ -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