aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getpwent_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpwent_r.3')
-rw-r--r--man3/getpwent_r.311
1 files changed, 7 insertions, 4 deletions
diff --git a/man3/getpwent_r.3 b/man3/getpwent_r.3
index 34f8ec6cee..0e3ed2e271 100644
--- a/man3/getpwent_r.3
+++ b/man3/getpwent_r.3
@@ -144,10 +144,7 @@ or
.BR getpwent_r ()
are used in parallel in different threads of a program,
then data races could occur.
-.SH STANDARDS
-These functions are GNU extensions, done in a style resembling
-the POSIX version of functions like
-.BR getpwnam_r (3).
+.SH VERSIONS
Other systems use the prototype
.PP
.in +4n
@@ -166,6 +163,12 @@ getpwent_r(struct passwd *pwd, char *buf, int buflen,
FILE **pw_fp);
.EE
.in
+.SH STANDARDS
+None.
+.SH HISTORY
+These functions are done in a style resembling
+the POSIX version of functions like
+.BR getpwnam_r (3).
.SH NOTES
The function
.BR getpwent_r ()