From: Alejandro Colomar Date: Sat, 3 Dec 2022 19:04:50 +0000 (+0100) Subject: poll.2: SYNOPSIS: Add _Nullable X-Git-Tag: man-pages-6.02~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5490a42f142976012cfe00adaa5259d48a7d7047;p=thirdparty%2Fman-pages.git poll.2: SYNOPSIS: Add _Nullable Signed-off-by: Alejandro Colomar --- diff --git a/man2/poll.2 b/man2/poll.2 index 0d67a6addb..fa22e20025 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -23,7 +23,8 @@ Standard C library .B #include .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 ()