diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-03 21:07:59 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-03 21:07:59 +0100 |
| commit | cae737335bc2d21769bcd0358e316d0d78373da1 (patch) | |
| tree | c943387697e3588fbd8a1388f764671473f2e37c | |
| parent | 43f54f4d87902fd410637f79f5702caefbd55541 (diff) | |
| download | man-pages-cae737335bc2d21769bcd0358e316d0d78373da1.tar.gz | |
utimensat.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man2/utimensat.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/utimensat.2 b/man2/utimensat.2 index df33a1f7eb..0a8774156d 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -15,8 +15,8 @@ Standard C library .B #include <sys/stat.h> .PP .BI "int utimensat(int " dirfd ", const char *" pathname , -.BI " const struct timespec " times "[2], int " flags ); -.BI "int futimens(int " fd ", const struct timespec " times [2]); +.BI " const struct timespec " times "[_Nullable 2], int " flags ); +.BI "int futimens(int " fd ", const struct timespec " times "[_Nullable 2]);" .fi .PP .RS -4 |
