]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
poll.2: SYNOPSIS: Add _Nullable
authorAlejandro Colomar <alx@kernel.org>
Sat, 3 Dec 2022 19:04:50 +0000 (20:04 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 3 Dec 2022 19:33:43 +0000 (20:33 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/poll.2

index 0d67a6addb848e00422fb799dc857e82b2019686..fa22e20025812479c2e8b3af3ff073ef9720df94 100644 (file)
@@ -23,7 +23,8 @@ Standard C library
 .B #include <poll.h>
 .PP
 .BI "int ppoll(struct pollfd *" fds ", nfds_t " nfds ,
-.BI "          const struct timespec *" tmo_p ", const sigset_t *" sigmask );
+.BI "          const struct timespec *_Nullable " tmo_p ,
+.BI "          const sigset_t *_Nullable " sigmask );
 .fi
 .SH DESCRIPTION
 .BR poll ()