diff mbox series

[34/41] time.2: SYNOPSIS: Add _Nullable

Message ID 20221203202317.252789-35-alx@kernel.org
State New
Headers show
Series Document nullability of syscall parameters | expand

Commit Message

Alejandro Colomar Dec. 3, 2022, 8:23 p.m. UTC
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
 man2/time.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/man2/time.2 b/man2/time.2
index e9a09ba9b..2be79cf78 100644
--- a/man2/time.2
+++ b/man2/time.2
@@ -16,7 +16,7 @@  .SH SYNOPSIS
 .nf
 .B #include <time.h>
 .PP
-.BI "time_t time(time_t *" tloc );
+.BI "time_t time(time_t *_Nullable " tloc );
 .fi
 .SH DESCRIPTION
 .BR time ()