getpwent_r.3: Change comment describing pw_gecos

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-21 11:30:32 +02:00
parent 011520b834
commit 97724acd24
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ 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 */
};