summaryrefslogtreecommitdiffstats
path: root/man3/getgrent_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getgrent_r.3')
-rw-r--r--man3/getgrent_r.332
1 files changed, 16 insertions, 16 deletions
diff --git a/man3/getgrent_r.3 b/man3/getgrent_r.3
index 6c3018787..b9554ea1b 100644
--- a/man3/getgrent_r.3
+++ b/man3/getgrent_r.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 getgrent_r ():
@@ -45,11 +45,11 @@ The functions
and
.BR fgetgrent_r ()
are the reentrant versions of
-.BR getgrent (3)
+.MR getgrent 3
and
-.BR fgetgrent (3).
+.MR fgetgrent 3 .
The former reads the next group entry from the stream initialized by
-.BR setgrent (3).
+.MR setgrent 3 .
The latter reads the next group entry from
.IR stream .
.P
@@ -70,7 +70,7 @@ struct group {
.in
.P
For more information about the fields of this structure, see
-.BR group (5).
+.MR group 5 .
.P
The nonreentrant functions return a pointer to static storage,
where this static storage contains further pointers to group
@@ -107,7 +107,7 @@ Insufficient buffer space supplied.
Try again with larger buffer.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lb lb lbx
@@ -138,9 +138,9 @@ In the above table,
in
.I race:grent
signifies that if any of the functions
-.BR setgrent (3),
-.BR getgrent (3),
-.BR endgrent (3),
+.MR setgrent 3 ,
+.MR getgrent 3 ,
+.MR endgrent 3 ,
or
.BR getgrent_r ()
are used in parallel in different threads of a program,
@@ -168,7 +168,7 @@ GNU.
.SH HISTORY
These functions are done in a style resembling
the POSIX version of functions like
-.BR getpwnam_r (3).
+.MR getpwnam_r 3 .
.SH NOTES
The function
.BR getgrent_r ()
@@ -220,9 +220,9 @@ main(void)
.\" }
.\" SRC END
.SH SEE ALSO
-.BR fgetgrent (3),
-.BR getgrent (3),
-.BR getgrgid (3),
-.BR getgrnam (3),
-.BR putgrent (3),
-.BR group (5)
+.MR fgetgrent 3 ,
+.MR getgrent 3 ,
+.MR getgrgid 3 ,
+.MR getgrnam 3 ,
+.MR putgrent 3 ,
+.MR group 5