diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-03 19:29:45 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-03 20:33:07 +0100 |
| commit | 0a0b3f85c284d6c577ee5c0c84d28a7f78aca9cd (patch) | |
| tree | c7df6fc9a4348eaae61871e9baae143f9026bc06 /man2/getcpu.2 | |
| parent | 7676a1b53840b5a07652c0ab5a6d3ee457f630bf (diff) | |
| download | man-pages-0a0b3f85c284d6c577ee5c0c84d28a7f78aca9cd.tar.gz | |
getcpu.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2/getcpu.2')
| -rw-r--r-- | man2/getcpu.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/getcpu.2 b/man2/getcpu.2 index 0e7293105b..32a5e926db 100644 --- a/man2/getcpu.2 +++ b/man2/getcpu.2 @@ -20,7 +20,8 @@ Standard C library .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 |
