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

index 1a676b7c7be582675895696220b4df8fa07a57c6..f9fc1cd5c86f0645fc1bd152bba4962f34691cb4 100644 (file)
@@ -19,7 +19,7 @@ Standard C library
 .nf
 .B #include <unistd.h>
 .PP
-.BI "int acct(const char *" filename );
+.BI "int acct(const char *_Nullable " filename );
 .fi
 .PP
 .RS -4