]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/initgroups.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / initgroups.3
index 94c958e57ad2ca314516f8c26d1158376187b5b1..d2397843a194bd5bbda15ef2a1918e1e1a501179 100644 (file)
@@ -38,7 +38,7 @@ initgroups \- initialize the supplementary group access list
 .BI "int initgroups(const char *" user ", gid_t " group );
 .fi
 .SH DESCRIPTION
-The \fBinitgroups()\fP function initializes the group access list by
+The \fBinitgroups\fP() function initializes the group access list by
 reading the group database \fI/etc/group\fP and using all groups of
 which \fIuser\fP is a member.  The additional group \fIgroup\fP is
 also added to the list.
@@ -47,7 +47,7 @@ The
 .I user
 argument must be non-NULL.
 .SH "RETURN VALUE"
-The \fBinitgroups()\fP function returns 0 on success.
+The \fBinitgroups\fP() function returns 0 on success.
 On error, \-1 is returned, and
 .I errno
 is set appropriately.