summaryrefslogtreecommitdiffstats
path: root/man3/fgetpwent.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/fgetpwent.313
1 files changed, 6 insertions, 7 deletions
diff --git a/man3/fgetpwent.3 b/man3/fgetpwent.3
index 676fe26..b27f616 100644
--- a/man3/fgetpwent.3
+++ b/man3/fgetpwent.3
@@ -11,7 +11,7 @@
.\" Modified Sat Jul 24 19:37:37 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon May 27 22:40:48 1996 by Martin Schulze (joey@linux.de)
.\"
-.TH fgetpwent 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH fgetpwent 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
fgetpwent \- get password file entry
.SH LIBRARY
@@ -22,15 +22,15 @@ Standard C library
.B #include <stdio.h>
.B #include <sys/types.h>
.B #include <pwd.h>
-.PP
+.P
.BI "struct passwd *fgetpwent(FILE *" stream );
.fi
-.PP
+.P
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
-.PP
+.P
.BR fgetpwent ():
.nf
Since glibc 2.19:
@@ -51,9 +51,9 @@ must have the same format as
.I /etc/passwd
(see
.BR passwd (5)).
-.PP
+.P
The \fIpasswd\fP structure is defined in \fI<pwd.h>\fP as follows:
-.PP
+.P
.in +4n
.EX
struct passwd {
@@ -101,7 +101,6 @@ T{
.BR fgetpwent ()
T} Thread safety MT-Unsafe race:fgetpwent
.TE
-.sp 1
.\" FIXME: The marking is different from that in the glibc manual,
.\" which has:
.\"