summaryrefslogtreecommitdiffstats
path: root/man3/getpwent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpwent.3')
-rw-r--r--man3/getpwent.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/getpwent.3 b/man3/getpwent.3
index 5c213db9a..d398fef36 100644
--- a/man3/getpwent.3
+++ b/man3/getpwent.3
@@ -29,7 +29,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 (),
@@ -81,7 +81,7 @@ struct passwd {
.in
.P
For more information about the fields of this structure, see
-.BR passwd (5).
+.MR passwd 5 .
.SH RETURN VALUE
The
.BR getpwent ()
@@ -99,16 +99,16 @@ 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 getpwent (),
-.BR getpwnam (3),
+.MR getpwnam 3 ,
or
-.BR getpwuid (3).
+.MR getpwuid 3 .
(Do not pass the returned pointer to
-.BR free (3).)
+.MR free 3 .)
.SH ERRORS
.TP
.B EINTR
A signal was caught; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EIO
I/O error.
@@ -134,7 +134,7 @@ Insufficient buffer space supplied.
local password 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
@@ -182,10 +182,10 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, SVr4, 4.3BSD.
.SH SEE ALSO
-.BR fgetpwent (3),
-.BR getpw (3),
-.BR getpwent_r (3),
-.BR getpwnam (3),
-.BR getpwuid (3),
-.BR putpwent (3),
-.BR passwd (5)
+.MR fgetpwent 3 ,
+.MR getpw 3 ,
+.MR getpwent_r 3 ,
+.MR getpwnam 3 ,
+.MR getpwuid 3 ,
+.MR putpwent 3 ,
+.MR passwd 5