summaryrefslogtreecommitdiffstats
path: root/man3/getpwent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpwent.3')
-rw-r--r--man3/getpwent.321
1 files changed, 14 insertions, 7 deletions
diff --git a/man3/getpwent.3 b/man3/getpwent.3
index e93d596fa..c46af2012 100644
--- a/man3/getpwent.3
+++ b/man3/getpwent.3
@@ -11,7 +11,7 @@
.\" Modified Sat Jul 24 19:22:14 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de)
.\"
-.TH getpwent 3 2023-02-05 "Linux man-pages 6.03"
+.TH getpwent 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
getpwent, setpwent, endpwent \- get password file entry
.SH LIBRARY
@@ -135,28 +135,32 @@ local password database file
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lb lb lbx
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR getpwent ()
T} Thread safety T{
+.na
+.nh
MT-Unsafe race:pwent
race:pwentbuf locale
T}
T{
+.na
+.nh
.BR setpwent (),
.BR endpwent ()
T} Thread safety T{
+.na
+.nh
MT-Unsafe race:pwent locale
T}
.TE
-.hy
-.ad
.sp 1
In the above table,
.I pwent
@@ -169,11 +173,14 @@ or
.BR endpwent ()
are used in parallel in different threads of a program,
then data races could occur.
-.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
+.SH VERSIONS
The
.I pw_gecos
field is not specified in POSIX, but is present on most implementations.
+.SH STANDARDS
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, SVr4, 4.3BSD.
.SH SEE ALSO
.BR fgetpwent (3),
.BR getpw (3),