diff options
Diffstat (limited to 'man/man2/getgroups.2')
| -rw-r--r-- | man/man2/getgroups.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man2/getgroups.2 b/man/man2/getgroups.2 index 9c9e2c819c..52c267770d 100644 --- a/man/man2/getgroups.2 +++ b/man/man2/getgroups.2 @@ -19,11 +19,11 @@ Standard C library .nf .B #include <unistd.h> .P -.BI "int getgroups(int " size ", gid_t " list "[_Nullable ." size ]); +.BI "int getgroups(int " size ", gid_t " list "[_Nullable " size ]); .P .B #include <grp.h> .P -.BI "int setgroups(size_t " size ", const gid_t " list "[_Nullable ." size ]); +.BI "int setgroups(size_t " size ", const gid_t " list "[_Nullable " size ]); .fi .P .RS -4 |
