X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman3%2Fgetgrent_r.3;h=735509679905c1a8743fef6c9b1072571cb3018f;hp=21a179a6254242a58d5baf973e6f0700c8286d7e;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=f50e88e1b3e239b952cdd01966abfe01277fcde2 diff --git a/original/man3/getgrent_r.3 b/original/man3/getgrent_r.3 index 21a179a6..73550967 100644 --- a/original/man3/getgrent_r.3 +++ b/original/man3/getgrent_r.3 @@ -21,7 +21,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH GETGRENT_R 3 2014-08-19 "GNU" "Linux Programmer's Manual" +.TH GETGRENT_R 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME getgrent_r, fgetgrent_r \- get group file entry reentrantly .SH SYNOPSIS @@ -32,7 +32,7 @@ getgrent_r, fgetgrent_r \- get group file entry reentrantly .br .BI " size_t " buflen ", struct group **" gbufp ); .sp -.BI "int fgetgrent_r(FILE *" fp ", struct group *" gbuf ", char *" buf , +.BI "int fgetgrent_r(FILE *" stream ", struct group *" gbuf ", char *" buf , .br .BI " size_t " buflen ", struct group **" gbufp ); .fi @@ -59,8 +59,8 @@ and .BR fgetgrent (3). The former reads the next group entry from the stream initialized by .BR setgrent (3). -The latter reads the next group entry from the stream -.IR fp . +The latter reads the next group entry from +.IR stream . .PP The \fIgroup\fP structure is defined in .I @@ -118,7 +118,7 @@ Try again with larger buffer. These functions are GNU extensions, done in a style resembling the POSIX version of functions like .BR getpwnam_r (3). -Other systems use prototype +Other systems use the prototype .sp .nf .in +4n @@ -189,7 +189,7 @@ main(void) .BR putgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.76 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project,