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

index 1ef0cdd068e60fd7324e0d5acd8e7dc46c6fba1a..9e89c16ef127b7d4b26889c4ad44a920690cb784 100644 (file)
@@ -29,7 +29,7 @@ Standard C library
 .PP
 .BI "int mount(const char *" source ", const char *" target ,
 .BI "          const char *" filesystemtype ", unsigned long " mountflags ,
-.BI "          const void *" data );
+.BI "          const void *_Nullable " data );
 .fi
 .SH DESCRIPTION
 .BR mount ()