summaryrefslogtreecommitdiff
path: root/man3/getpw.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
commit7295b7eda04d4d80f032988cb15d22a3610f8780 (patch)
tree5e25f36c92af177438fdfbb131d9015b552236ff /man3/getpw.3
parent1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff)
Replaced tabs with spaces
Diffstat (limited to 'man3/getpw.3')
-rw-r--r--man3/getpw.316
1 files changed, 7 insertions, 9 deletions
diff --git a/man3/getpw.3 b/man3/getpw.3
index cbb232909..986ddc6f9 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"