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

index 1c97758207101f430bf3cdac6fb707210a9a7dea..8ef5ac271fa8c6aa3684c4c293f2064660891621 100644 (file)
@@ -28,9 +28,9 @@ Standard C library
 .B #include <sys/time.h>
 .PP
 .BI "int gettimeofday(struct timeval *restrict " tv ,
-.BI "                 struct timezone *restrict " tz );
+.BI "                 struct timezone *_Nullable restrict " tz );
 .BI "int settimeofday(const struct timeval *" tv ,
-.BI "                 const struct timezone *" tz );
+.BI "                 const struct timezone *_Nullable " tz );
 .fi
 .PP
 .RS -4