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

index 63603971cd5e9797d4a9a7b901ac04f051b0c757..969c3460938e88b6d165f0d91fc442e4c9ef71f5 100644 (file)
@@ -22,7 +22,8 @@ Standard C library
 .nf
 .B #include <time.h>
 .PP
-.BI "int nanosleep(const struct timespec *" req ", struct timespec *" rem );
+.BI "int nanosleep(const struct timespec *" req ,
+.BI "              struct timespec *_Nullable " rem );
 .fi
 .PP
 .RS -4