summaryrefslogtreecommitdiffstats
path: root/man3/initgroups.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/initgroups.3')
-rw-r--r--man3/initgroups.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/initgroups.3 b/man3/initgroups.3
index 46e1b8501..918ed941b 100644
--- a/man3/initgroups.3
+++ b/man3/initgroups.3
@@ -26,7 +26,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 initgroups ():
@@ -69,14 +69,14 @@ Insufficient memory to allocate group information structure.
.B EPERM
The calling process has insufficient privilege.
See the underlying system call
-.BR setgroups (2).
+.MR setgroups 2 .
.SH FILES
.TP
.I /etc/group
group database file
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -93,6 +93,6 @@ None.
.SH HISTORY
SVr4, 4.3BSD.
.SH SEE ALSO
-.BR getgroups (2),
-.BR setgroups (2),
-.BR credentials (7)
+.MR getgroups 2 ,
+.MR setgroups 2 ,
+.MR credentials 7