diff options
Diffstat (limited to 'man3/getpwent.3')
| -rw-r--r-- | man3/getpwent.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getpwent.3 b/man3/getpwent.3 index cdfdcc0a11..ca099987a1 100644 --- a/man3/getpwent.3 +++ b/man3/getpwent.3 @@ -81,7 +81,7 @@ The \fIpasswd\fP structure is defined in \fI<pwd.h>\fP as follows: .in +4n .nf struct passwd { - char *pw_name; /* user name */ + char *pw_name; /* username */ char *pw_passwd; /* user password */ uid_t pw_uid; /* user ID */ gid_t pw_gid; /* group ID */ |
