diff options
Diffstat (limited to 'man3/getpw.3')
| -rw-r--r-- | man3/getpw.3 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/man3/getpw.3 b/man3/getpw.3 index cbb2329099..986ddc6f97 100644 --- a/man3/getpw.3 +++ b/man3/getpw.3 @@ -50,17 +50,15 @@ The \fIpasswd\fP structure is defined in \fI<pwd.h>\fP as follows: .sp .RS .nf -.ta 8n 16n 32n struct passwd { - char *pw_name; /* user name */ - char *pw_passwd; /* user password */ - uid_t pw_uid; /* user ID */ - gid_t pw_gid; /* group ID */ - char *pw_gecos; /* real name */ - char *pw_dir; /* home directory */ - char *pw_shell; /* shell program */ + char *pw_name; /* user name */ + char *pw_passwd; /* user password */ + uid_t pw_uid; /* user ID */ + gid_t pw_gid; /* group ID */ + char *pw_gecos; /* real name */ + char *pw_dir; /* home directory */ + char *pw_shell; /* shell program */ }; -.ta .fi .RE .SH "RETURN VALUE" |
