summaryrefslogtreecommitdiffstats
path: root/man3/getgrent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getgrent.3')
-rw-r--r--man3/getgrent.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/getgrent.3 b/man3/getgrent.3
index 16b41ff8b..5201eefe7 100644
--- a/man3/getgrent.3
+++ b/man3/getgrent.3
@@ -27,7 +27,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 setgrent ():
@@ -88,7 +88,7 @@ struct group {
.in
.P
For more information about the fields of this structure, see
-.BR group (5).
+.MR group 5 .
.SH RETURN VALUE
The
.BR getgrent ()
@@ -107,11 +107,11 @@ after the call, it should be set to zero before the call.
The return value may point to a static area, and may be overwritten
by subsequent calls to
.BR getgrent (),
-.BR getgrgid (3),
+.MR getgrgid 3 ,
or
-.BR getgrnam (3).
+.MR getgrnam 3 .
(Do not pass the returned pointer to
-.BR free (3).)
+.MR free 3 .)
.SH ERRORS
.TP
.B EAGAIN
@@ -122,7 +122,7 @@ The error may correct itself, retrying later is suggested.
.TP
.B EINTR
A signal was caught; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EIO
I/O error.
@@ -153,7 +153,7 @@ Insufficient buffer space supplied.
local group database file
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lb lb lbx
@@ -197,10 +197,10 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, SVr4, 4.3BSD.
.SH SEE ALSO
-.BR fgetgrent (3),
-.BR getgrent_r (3),
-.BR getgrgid (3),
-.BR getgrnam (3),
-.BR getgrouplist (3),
-.BR putgrent (3),
-.BR group (5)
+.MR fgetgrent 3 ,
+.MR getgrent_r 3 ,
+.MR getgrgid 3 ,
+.MR getgrnam 3 ,
+.MR getgrouplist 3 ,
+.MR putgrent 3 ,
+.MR group 5