summaryrefslogtreecommitdiffstats
path: root/man3/initgroups.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/initgroups.311
1 files changed, 5 insertions, 6 deletions
diff --git a/man3/initgroups.3 b/man3/initgroups.3
index 81505cb..b389f2b 100644
--- a/man3/initgroups.3
+++ b/man3/initgroups.3
@@ -10,7 +10,7 @@
.\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu>
.\" Modified 2004-10-10 by aeb
.\"
-.TH initgroups 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH initgroups 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
initgroups \- initialize the supplementary group access list
.SH LIBRARY
@@ -20,15 +20,15 @@ Standard C library
.nf
.B #include <sys/types.h>
.B #include <grp.h>
-.PP
+.P
.BI "int initgroups(const char *" user ", gid_t " group );
.fi
-.PP
+.P
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
-.PP
+.P
.BR initgroups ():
.nf
Since glibc 2.19:
@@ -50,7 +50,7 @@ The additional group
.I group
is
also added to the list.
-.PP
+.P
The
.I user
argument must be non-NULL.
@@ -88,7 +88,6 @@ T{
.BR initgroups ()
T} Thread safety MT-Safe locale
.TE
-.sp 1
.SH STANDARDS
None.
.SH HISTORY