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

index e9a09ba9bdca41ce0a3c546586faf824f8d540f4..2be79cf7820af20ebf02c4149e3e9b64435ca360 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .nf
 .B #include <time.h>
 .PP
-.BI "time_t time(time_t *" tloc );
+.BI "time_t time(time_t *_Nullable " tloc );
 .fi
 .SH DESCRIPTION
 .BR time ()