[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221203202317.252789-13-alx@kernel.org>
Date: Sat, 3 Dec 2022 21:22:48 +0100
From: Alejandro Colomar <alx.manpages@...il.com>
To: linux-man@...r.kernel.org
Cc: Alejandro Colomar <alx@...nel.org>, libc-alpha@...rceware.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 12/41] getcpu.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@...nel.org>
---
man2/getcpu.2 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/man2/getcpu.2 b/man2/getcpu.2
index 0e7293105..32a5e926d 100644
--- a/man2/getcpu.2
+++ b/man2/getcpu.2
@@ -20,7 +20,8 @@ .SH SYNOPSIS
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sched.h>
.PP
-.BI "int getcpu(unsigned int *" cpu ", unsigned int *" node );
+.BI "int getcpu(unsigned int *_Nullable " cpu ", \
+unsigned int *_Nullable " node );
.fi
.SH DESCRIPTION
The
--
2.38.1
Powered by blists - more mailing lists