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

index c52768be00e39a9123308555e8fa258e4e6f3660..29d9ed4d27be9a6c64c525b50060a315464f50c4 100644 (file)
@@ -16,7 +16,7 @@ Real-time library
 .PP
 .BI "int timer_settime(timer_t " timerid ", int " flags ,
 .BI "                  const struct itimerspec *restrict " new_value ,
-.BI "                  struct itimerspec *restrict " old_value );
+.BI "                  struct itimerspec *_Nullable restrict " old_value );
 .BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value );
 .fi
 .PP