diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-03 19:31:54 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-03 20:33:11 +0100 |
| commit | bdd2692f6195df65b9d174286d09562a78e31b0d (patch) | |
| tree | defc0866d755bf5dabe0fec4e64c0bbe27944231 | |
| parent | 0a0b3f85c284d6c577ee5c0c84d28a7f78aca9cd (diff) | |
| download | man-pages-bdd2692f6195df65b9d174286d09562a78e31b0d.tar.gz | |
getgroups.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man2/getgroups.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/getgroups.2 b/man2/getgroups.2 index 7ec9e5a685..f0687018df 100644 --- a/man2/getgroups.2 +++ b/man2/getgroups.2 @@ -23,7 +23,7 @@ Standard C library .PP .B #include <grp.h> .PP -.BI "int setgroups(size_t " size ", const gid_t *" list ); +.BI "int setgroups(size_t " size ", const gid_t *_Nullable " list ); .fi .PP .RS -4 |
