From: Alejandro Colomar Date: Sat, 3 Dec 2022 18:04:18 +0000 (+0100) Subject: epoll_ctl.2: SYNOPSIS: Add _Nullable X-Git-Tag: man-pages-6.02~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7dcf377424ca7f5ec0754fed4cb3aaa23ed540;p=thirdparty%2Fman-pages.git epoll_ctl.2: SYNOPSIS: Add _Nullable Signed-off-by: Alejandro Colomar --- diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 4da0811597..dbe6c0bb21 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -15,7 +15,7 @@ Standard C library .B #include .PP .BI "int epoll_ctl(int " epfd ", int " op ", int " fd \ -", struct epoll_event *" event ); +", struct epoll_event *_Nullable " event ); .fi .SH DESCRIPTION This system call is used to add, modify, or remove