summaryrefslogtreecommitdiffstats
path: root/man3/getgrnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getgrnam.3')
-rw-r--r--man3/getgrnam.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/getgrnam.3 b/man3/getgrnam.3
index 2010e6d1c..518b1cc82 100644
--- a/man3/getgrnam.3
+++ b/man3/getgrnam.3
@@ -36,7 +36,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 getgrnam_r (),
@@ -78,7 +78,7 @@ struct group {
.in
.P
For more information about the fields of this structure, see
-.BR group (5).
+.MR group 5 .
.P
The
.BR getgrnam_r ()
@@ -137,12 +137,12 @@ after the call, it should be set to zero before the call.
.P
The return value may point to a static area, and may be overwritten
by subsequent calls to
-.BR getgrent (3),
+.MR getgrent 3 ,
.BR getgrgid (),
or
.BR getgrnam ().
(Do not pass the returned pointer to
-.BR free (3).)
+.MR free 3 .)
.P
On success,
.BR getgrnam_r ()
@@ -168,7 +168,7 @@ was not found.
.TP
.B EINTR
A signal was caught; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EIO
I/O error.
@@ -194,7 +194,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
@@ -252,9 +252,9 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, SVr4, 4.3BSD.
.SH SEE ALSO
-.BR endgrent (3),
-.BR fgetgrent (3),
-.BR getgrent (3),
-.BR getpwnam (3),
-.BR setgrent (3),
-.BR group (5)
+.MR endgrent 3 ,
+.MR fgetgrent 3 ,
+.MR getgrent 3 ,
+.MR getpwnam 3 ,
+.MR setgrent 3 ,
+.MR group 5