diff options
Diffstat (limited to 'man3/getgrent_r.3')
| -rw-r--r-- | man3/getgrent_r.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man3/getgrent_r.3 b/man3/getgrent_r.3 index f2ac1050f5..3fef0f3991 100644 --- a/man3/getgrent_r.3 +++ b/man3/getgrent_r.3 @@ -141,10 +141,7 @@ or .BR getgrent_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 @@ -162,6 +159,12 @@ int getgrent_r(struct group *grp, char *buf, int buflen, FILE **gr_fp); .EE .in +.SH STANDARDS +GNU. +.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 getgrent_r () |
