From: Alejandro Colomar Date: Sat, 3 Dec 2022 18:54:29 +0000 (+0100) Subject: mount.2: SYNOPSIS: Add _Nullable X-Git-Tag: man-pages-6.02~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3fac5f3542e2d61fde87aa6bd57aa7f0ff2dfe;p=thirdparty%2Fman-pages.git mount.2: SYNOPSIS: Add _Nullable Signed-off-by: Alejandro Colomar --- diff --git a/man2/mount.2 b/man2/mount.2 index 1ef0cdd068..9e89c16ef1 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -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 ()