OSDN Git Service

LDP: Update original to LDP v3.78-git-80a7408
[linuxjm/LDP_man-pages.git] / original / man3 / getpwent_r.3
index cb4f417..9af3cdf 100644 (file)
@@ -32,7 +32,7 @@ getpwent_r, fgetpwent_r \- get passwd file entry reentrantly
 .br
 .BI "               size_t " buflen ", struct passwd **" pwbufp );
 .sp
-.BI "int fgetpwent_r(FILE *" fp ", struct passwd *" pwbuf ", char *" buf ,
+.BI "int fgetpwent_r(FILE *" stream ", struct passwd *" pwbuf ", char *" buf ,
 .br
 .BI "                size_t " buflen ", struct passwd **" pwbufp );
 .fi
@@ -58,8 +58,8 @@ and
 .BR fgetpwent (3).
 The former reads the next passwd entry from the stream initialized by
 .BR setpwent (3).
-The latter reads the next passwd entry from the stream
-.IR fp .
+The latter reads the next passwd entry from
+.IR stream .
 .PP
 The \fIpasswd\fP structure is defined in
 .I <pwd.h>
@@ -119,7 +119,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
@@ -185,12 +185,3 @@ main(void)
 .BR getpwuid (3),
 .BR putpwent (3),
 .BR passwd (5)
-.SH COLOPHON
-This page is part of release 3.77 of the Linux
-.I man-pages
-project.
-A description of the project,
-information about reporting bugs,
-and the latest version of this page,
-can be found at
-\%http://www.kernel.org/doc/man\-pages/.