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

index ebe37a55ccc968ab6659c8086ed1372fe9e7d601..ad184829e2826895fe0283849566a3025d7c6f94 100644 (file)
@@ -24,7 +24,7 @@ Standard C library
 .PP
 .BI "int semop(int " semid ", struct sembuf *" sops ", size_t " nsops );
 .BI "int semtimedop(int " semid ", struct sembuf *" sops ", size_t " nsops ,
-.BI "               const struct timespec *" timeout );
+.BI "               const struct timespec *_Nullable " timeout );
 .fi
 .PP
 .RS -4