From: Alejandro Colomar Date: Sat, 3 Dec 2022 20:05:36 +0000 (+0100) Subject: utime.2: SYNOPSIS: Add _Nullable X-Git-Tag: man-pages-6.02~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43f54f4d87902fd410637f79f5702caefbd55541;p=thirdparty%2Fman-pages.git utime.2: SYNOPSIS: Add _Nullable Signed-off-by: Alejandro Colomar --- diff --git a/man2/utime.2 b/man2/utime.2 index cee1653443..c364c43903 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -18,11 +18,13 @@ Standard C library .nf .B #include .PP -.BI "int utime(const char *" filename ", const struct utimbuf *" times ); +.BI "int utime(const char *" filename , +.BI " const struct utimbuf *_Nullable " times ); .PP .B #include .PP -.BI "int utimes(const char *" filename ", const struct timeval " times [2]); +.BI "int utimes(const char *" filename , +.BI " const struct timeval " times "[_Nullable 2]);" .fi .SH DESCRIPTION .B Note: