summaryrefslogtreecommitdiffstats
path: root/man3/getpwent_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpwent_r.3')
-rw-r--r--man3/getpwent_r.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/getpwent_r.3 b/man3/getpwent_r.3
index 5433e6ae6..1c276594d 100644
--- a/man3/getpwent_r.3
+++ b/man3/getpwent_r.3
@@ -24,7 +24,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 getpwent_r (),
@@ -48,11 +48,11 @@ The functions
and
.BR fgetpwent_r ()
are the reentrant versions of
-.BR getpwent (3)
+.MR getpwent 3
and
-.BR fgetpwent (3).
+.MR fgetpwent 3 .
The former reads the next passwd entry from the stream initialized by
-.BR setpwent (3).
+.MR setpwent 3 .
The latter reads the next passwd entry from
.IR stream .
.P
@@ -75,7 +75,7 @@ struct passwd {
.in
.P
For more information about the fields of this structure, see
-.BR passwd (5).
+.MR passwd 5 .
.P
The nonreentrant functions return a pointer to static storage,
where this static storage contains further pointers to user
@@ -112,7 +112,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
@@ -170,7 +170,7 @@ None.
.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 getpwent_r ()
@@ -218,10 +218,10 @@ main(void)
.\" }
.\" SRC END
.SH SEE ALSO
-.BR fgetpwent (3),
-.BR getpw (3),
-.BR getpwent (3),
-.BR getpwnam (3),
-.BR getpwuid (3),
-.BR putpwent (3),
-.BR passwd (5)
+.MR fgetpwent 3 ,
+.MR getpw 3 ,
+.MR getpwent 3 ,
+.MR getpwnam 3 ,
+.MR getpwuid 3 ,
+.MR putpwent 3 ,
+.MR passwd 5