summaryrefslogtreecommitdiffstats
path: root/man3/getgrouplist.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getgrouplist.3')
-rw-r--r--man3/getgrouplist.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/getgrouplist.3 b/man3/getgrouplist.3
index 41389b6c3..ea7e0e9ed 100644
--- a/man3/getgrouplist.3
+++ b/man3/getgrouplist.3
@@ -23,7 +23,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getgrouplist ():
@@ -37,7 +37,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR getgrouplist ()
function scans the group database (see
-.BR group (5))
+.MR group 5 )
to obtain the list of groups that
.I user
belongs to.
@@ -85,7 +85,7 @@ can be used to resize the buffer passed to a further call to
.BR getgrouplist ().
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -192,9 +192,9 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR getgroups (2),
-.BR setgroups (2),
-.BR getgrent (3),
-.BR group_member (3),
-.BR group (5),
-.BR passwd (5)
+.MR getgroups 2 ,
+.MR setgroups 2 ,
+.MR getgrent 3 ,
+.MR group_member 3 ,
+.MR group 5 ,
+.MR passwd 5