[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221203202317.252789-36-alx@kernel.org>
Date: Sat, 3 Dec 2022 21:23:11 +0100
From: Alejandro Colomar <alx.manpages@...il.com>
To: linux-man@...r.kernel.org
Cc: Alejandro Colomar <alx@...nel.org>, libc-alpha@...rceware.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 35/41] timer_create.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@...nel.org>
---
man2/timer_create.2 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/man2/timer_create.2 b/man2/timer_create.2
index f17ef4a8a..bb5e6e238 100644
--- a/man2/timer_create.2
+++ b/man2/timer_create.2
@@ -14,7 +14,8 @@ .SH SYNOPSIS
.BR "#include <signal.h>" " /* Definition of " SIGEV_* " constants */"
.B #include <time.h>
.PP
-.BI "int timer_create(clockid_t " clockid ", struct sigevent *restrict " sevp ,
+.BI "int timer_create(clockid_t " clockid ,
+.BI " struct sigevent *_Nullable restrict " sevp ,
.BI " timer_t *restrict " timerid );
.fi
.PP
--
2.38.1
Powered by blists - more mailing lists