aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-03 21:00:23 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-03 21:00:23 +0100
commitcd8e8f9b17d5108594952fbcbffeb069fea90f95 (patch)
tree1eab7aee6f30ba0e4b9cd278f3de2e66453433de
parent85190bb46d5316366a0849ecefca848dbd1429d0 (diff)
downloadman-pages-cd8e8f9b17d5108594952fbcbffeb069fea90f95.tar.gz
timer_create.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/timer_create.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2
index f17ef4a8af..bb5e6e2384 100644
--- a/man2/timer_create.2
+++ b/man2/timer_create.2
@@ -14,7 +14,8 @@ Real-time library
.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