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

index df33a1f7ebaba9056940a583b63dd22a17af86a7..0a8774156d9aa764f85e290ef5c60d4f17f1a2dd 100644 (file)
@@ -15,8 +15,8 @@ Standard C library
 .B #include <sys/stat.h>
 .PP
 .BI "int utimensat(int " dirfd ", const char *" pathname ,
-.BI "              const struct timespec " times "[2], int " flags );
-.BI "int futimens(int " fd ", const struct timespec " times [2]);
+.BI "              const struct timespec " times "[_Nullable 2], int " flags );
+.BI "int futimens(int " fd ", const struct timespec " times "[_Nullable 2]);"
 .fi
 .PP
 .RS -4