OSDN Git Service

(split) LDP man-pages の original/ を v3.30 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / getpwent_r.3
index b8e4406..510643f 100644 (file)
@@ -20,7 +20,7 @@
 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
 .\" USA.
 .\"
-.TH GETPWENT_R 3 2007-07-26 "GNU" "Linux Programmer's Manual"
+.TH GETPWENT_R 3 2010-10-21 "GNU" "Linux Programmer's Manual"
 .SH NAME
 getpwent_r, fgetpwent_r \- get passwd file entry reentrantly
 .SH SYNOPSIS
@@ -71,13 +71,16 @@ struct passwd {
     char    *pw_passwd;    /* user password */
     uid_t    pw_uid;       /* user ID */
     gid_t    pw_gid;       /* group ID */
-    char    *pw_gecos;     /* real name */
+    char    *pw_gecos;     /* user information */
     char    *pw_dir;       /* home directory */
     char    *pw_shell;     /* shell program */
 };
 .fi
 .in
-.sp
+.PP
+For more information about the fields of this structure, see
+.BR passwd (5).
+
 The nonreentrant functions return a pointer to static storage,
 where this static storage contains further pointers to user
 name, password, gecos field, home directory and shell.