diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-05 13:29:41 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-05 13:29:41 +0000 |
| commit | 7295b7eda04d4d80f032988cb15d22a3610f8780 (patch) | |
| tree | 5e25f36c92af177438fdfbb131d9015b552236ff /man3/fgetpwent.3 | |
| parent | 1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff) | |
| download | man-pages-7295b7eda04d4d80f032988cb15d22a3610f8780.tar.gz | |
Replaced tabs with spaces
Diffstat (limited to 'man3/fgetpwent.3')
| -rw-r--r-- | man3/fgetpwent.3 | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/man3/fgetpwent.3 b/man3/fgetpwent.3 index 90e2c8e2a1..ed3d601231 100644 --- a/man3/fgetpwent.3 +++ b/man3/fgetpwent.3 @@ -48,21 +48,19 @@ entries. The file \fIstream\fP must have the same format as .PP The \fIpasswd\fP structure is defined in \fI<pwd.h>\fP as follows: .sp -.RS +.in +0.5i .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 +.in -0.5i .SH "RETURN VALUE" The \fBfgetpwent\fP() function returns the passwd structure, or NULL if there are no more entries or an error occurs. |
