]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
epoll_wait.2: SYNOPSIS: Add _Nullable
authorAlejandro Colomar <alx@kernel.org>
Sat, 3 Dec 2022 18:06:34 +0000 (19:06 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 3 Dec 2022 19:32:51 +0000 (20:32 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/epoll_wait.2

index 100a9211ed4cef3a22bc499bbdf40feae2d943f3..59ad4fa3ffdda46cedc4288598b34ec2879d74e1 100644 (file)
@@ -21,10 +21,11 @@ Standard C library
 .BI "               int " maxevents ", int " timeout );
 .BI "int epoll_pwait(int " epfd ", struct epoll_event *" events ,
 .BI "               int " maxevents ", int " timeout ,
-.BI "               const sigset_t *" sigmask );
+.BI "               const sigset_t *_Nullable " sigmask );
 .BI "int epoll_pwait2(int " epfd ", struct epoll_event *" events ,
-.BI "               int " maxevents ", const struct timespec *" timeout ,
-.BI "               const sigset_t *" sigmask );
+.BI "               int " maxevents ", \
+const struct timespec *_Nullable " timeout ,
+.BI "               const sigset_t *_Nullable " sigmask );
 .fi
 .SH DESCRIPTION
 The